Merge commit 'refs/merge-requests/41' of git://gitorious.org/owncloud/owncloud into integration
This commit is contained in:
commit
ca791d32d8
|
@ -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…
Reference in New Issue