We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d69f07 commit 751b505Copy full SHA for 751b505
1 file changed
vendor/Horde/Db/Adapter/Pdo/Sqlite.php
@@ -160,7 +160,7 @@ protected function _catchSchemaChanges($method, $args = array())
160
{
161
$callable = function() use ($method, $args) {
162
switch ($method) {
163
- case 'execute': return parent::execute(...$args);
+ case 'execute': return parent::execute($args[0], $args[1], $args[2]);
164
case 'beginDbTransaction': return parent::beginDbTransaction();
165
case 'commitDbTransaction': return parent::commitDbTransaction();
166
case 'rollbackDbTransaction':return parent::rollbackDbTransaction();
0 commit comments