1
0
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:
Cameron
2017-12-01 13:31:15 -08:00
parent 2b4f252042
commit c5d384db2c

View File

@@ -30,6 +30,12 @@ class adminstyle_infopanel
function __construct()
{
if(!ADMIN)
{
return null;
}
$coreUpdateCheck = '';
$addonUpdateCheck = '';