Fix incorrect argument

This commit is contained in:
Aztech
2015-07-08 01:05:14 +02:00
committed by Thibaud Fabre
parent 35989c7c7c
commit 2a134d4bca

View File

@@ -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)