mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
upps forgot error-log
This commit is contained in:
parent
0a21baaf78
commit
55549efa00
@ -70,7 +70,7 @@ function get_app_dirs()
|
|||||||
if (!is_dir($path) || in_array($dir, array('debian','home','doc','..','.svn')) || !is_dir($path.'/setup')) continue;
|
if (!is_dir($path) || in_array($dir, array('debian','home','doc','..','.svn')) || !is_dir($path.'/setup')) continue;
|
||||||
$app_dirs[$dir == '.' ? 'egroupware' : $dir] = $dir;
|
$app_dirs[$dir == '.' ? 'egroupware' : $dir] = $dir;
|
||||||
}
|
}
|
||||||
error_log(__METHOD__."() returning ".print_r($app_dirs, true));
|
//error_log(__METHOD__."() returning ".print_r($app_dirs, true));
|
||||||
return $app_dirs;
|
return $app_dirs;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user