mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
fixed not an array problem
This commit is contained in:
parent
522894534a
commit
c80cc36a98
@ -155,7 +155,7 @@
|
||||
|
||||
while (list($p,$fn) = each($files))
|
||||
{
|
||||
$matches = $elements = $data = $class = array();
|
||||
$matches = $elements = $data = $class = $startstop = array();
|
||||
$string = $t = $out = $xkey = $new = '';
|
||||
//$string = $t = $out = $class = $xkey = $new = '';
|
||||
$file = '../'.$app.'/inc/' . $fn;
|
||||
|
Loading…
Reference in New Issue
Block a user