refactor(legacy): remove unused variable

This commit is contained in:
jo 2023-01-08 17:45:51 +01:00 committed by Kyle Robbertze
parent fcfe52ec9d
commit ec2c560831
1 changed files with 0 additions and 2 deletions

View File

@ -672,8 +672,6 @@ SQL;
public static function searchLibraryFiles($datatables)
{
$baseUrl = Config::getBasePath();
$con = Propel::getConnection(CcFilesPeer::DATABASE_NAME);
$displayColumns = self::getLibraryColumns();