Merge commit 'refs/merge-requests/41' of git://gitorious.org/owncloud/owncloud into integration

remotes/origin/stable
Robin Appelman 15 years ago
commit ca791d32d8
  1. 6
      inc/lib_plugin.php

@ -59,8 +59,10 @@ class OC_PLUGIN{
}
}
foreach($data['runtime'] as $include){
include($SERVERROOT.'/plugins/'.$id.'/'.$include);
if(isset($data['runtime'])){
foreach($data['runtime'] as $include){
include($SERVERROOT.'/plugins/'.$id.'/'.$include);
}
}
}
return false;

Loading…
Cancel
Save