Fix error with namespacing

remotes/origin/stable5
Tom Needham 13 years ago
parent cc6911e1f7
commit b05639e745
  1. 2
      lib/public/api.php

@ -35,7 +35,7 @@ class API {
* @param string $app the id of the app registering the call
*/
public static function register($method, $url, $action, $app){
OC_API::register($method, $url, $action, $app);
\OC_API::register($method, $url, $action, $app);
}
}

Loading…
Cancel
Save