mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Fix tests on PHP 5.4
This commit is contained in:
@@ -53,7 +53,7 @@ class patch_320c implements patchInterface
|
||||
return $this->concern;
|
||||
}
|
||||
|
||||
public function apply(base &$databox, Application $app)
|
||||
public function apply(base $databox, Application $app)
|
||||
{
|
||||
$sql = 'TRUNCATE metadatas';
|
||||
$stmt = $databox->get_connection()->prepare($sql);
|
||||
|
Reference in New Issue
Block a user