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

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

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

Loading…
Cancel
Save