mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
Don't display upgrade messages in "Personalize" mode.
This commit is contained in:
parent
b5b06536df
commit
5965a8b4e4
@ -110,7 +110,7 @@ class admin_start
|
||||
function __construct()
|
||||
{
|
||||
|
||||
if(!getperms('0')) // don't display this tuff to regular admins only main admin.
|
||||
if(!getperms('0') || varset($_GET['mode']) === 'customize') // don't display this tuff to regular admins only main admin.
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user