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