Skip to content

Commit 7b35164

Browse files
author
Marius Cramer
committed
Reverted array_merge change
1 parent 82e2a20 commit 7b35164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/tform.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function loadFormDef($file, $module = '') {
146146
}
147147

148148
if(is_array($wb_global)) {
149-
$wb = array_merge($wb_global, $wb);
149+
$wb = $app->functions->array_merge($wb_global, $wb);
150150
}
151151
if(isset($wb_global)) unset($wb_global);
152152

0 commit comments

Comments
 (0)