mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix incorrect argument
This commit is contained in:
@@ -56,7 +56,7 @@ class appbox extends base
|
||||
|
||||
$connection = $app['db.provider']($connectionConfig);
|
||||
|
||||
parent::__construct($app, $app['db.provider']($connection), $connectionSettings);
|
||||
parent::__construct($app, $connection, $connectionSettings);
|
||||
}
|
||||
|
||||
public function write_collection_pic(Alchemyst $alchemyst, Filesystem $filesystem, collection $collection, SymfoFile $pathfile = null, $pic_type)
|
||||
|
Reference in New Issue
Block a user