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

This commit is contained in:
Robin Appelman 2011-01-04 21:39:49 +01:00
commit ca791d32d8
1 changed files with 4 additions and 2 deletions

View File

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