Kate 2 weeks ago committed by GitHub
commit 9661f9ba63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -144,6 +144,9 @@ class Router implements IRouter {
if (isset($this->loadedApps[$app])) {
return;
}
if (!in_array($app, \OC_App::getEnabledApps())) {
return;
}
$appPath = \OC_App::getAppPath($app);
$file = $appPath . '/appinfo/routes.php';
if ($appPath !== false && file_exists($file)) {

Loading…
Cancel
Save