move admin permission decision out of the router - it is already provided in the module and the higher level check is causing some oembed redirect issues.
This commit is contained in:
@@ -62,12 +62,6 @@ class Router {
|
||||
}
|
||||
}
|
||||
|
||||
if((strpos($module,'admin') === 0) && (! is_site_admin())) {
|
||||
\App::$module_loaded = false;
|
||||
notice( t('Permission denied.') . EOL);
|
||||
goaway(z_root());
|
||||
}
|
||||
|
||||
/*
|
||||
* If the site has a custom module to over-ride the standard module, use it.
|
||||
* Otherwise, look for the standard program module
|
||||
|
Reference in New Issue
Block a user