Skip to content

Commit d6aa0c2

Browse files
author
mutec
committed
long array syntax for PHP 5.3
1 parent bcc0f45 commit d6aa0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/lib/system/backup/BackupHandler.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ public function handleImport($filename) {
573573
unset($import['oldID']);
574574
}
575575

576-
$action = new $actionName(array(), 'create', ['data' => $import]);
576+
$action = new $actionName(array(), 'create', array('data' => $import));
577577
$new = $action->executeAction();
578578
$new = $new['returnValues'];
579579

0 commit comments

Comments
 (0)