mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
#2889 Javascript error removal.
This commit is contained in:
@@ -30,6 +30,12 @@ class adminstyle_infopanel
|
||||
function __construct()
|
||||
{
|
||||
|
||||
if(!ADMIN)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
$coreUpdateCheck = '';
|
||||
$addonUpdateCheck = '';
|
||||
|
||||
|
Reference in New Issue
Block a user