fix loading of plugins
This commit is contained in:
parent
3c19e66151
commit
df149217b9
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ if(OC_USER::isLoggedIn()){
|
||||||
// load plugins
|
// load plugins
|
||||||
$CONFIG_LOADPLUGINS='';
|
$CONFIG_LOADPLUGINS='';
|
||||||
$plugins=explode(' ',$CONFIG_LOADPLUGINS);
|
$plugins=explode(' ',$CONFIG_LOADPLUGINS);
|
||||||
if(isset($plugins[0]['url'])) foreach($plugins as $plugin) require_once('plugins/'.$plugin.'/lib_'.$plugin.'.php');
|
if(isset($plugins[0]['url'])) foreach($plugins as $plugin) oc_require_once('plugins/'.$plugin.'/lib_'.$plugin.'.php');
|
||||||
|
|
||||||
|
|
||||||
// check if the server is correctly configured for ownCloud
|
// check if the server is correctly configured for ownCloud
|
||||||
|
|
Loading…
Reference in a new issue