1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

Fix for earlier PHP versions

This commit is contained in:
Cameron
2016-12-06 12:47:10 -08:00
parent 9e6591cad9
commit d6b846ccfe

View File

@@ -104,7 +104,12 @@ class admin_start
private $allowed_types = null; private $allowed_types = null;
private $refresh = false; private $refresh = false;
private $deprecated = array( private $deprecated = array();
function __construct()
{
$this->deprecated = array(
e_ADMIN."ad_links.php", e_ADMIN."ad_links.php",
e_PLUGIN."tinymce4/e_meta.php", e_PLUGIN."tinymce4/e_meta.php",
e_THEME."bootstrap3/css/bootstrap_dark.css", e_THEME."bootstrap3/css/bootstrap_dark.css",
@@ -127,8 +132,6 @@ class admin_start
); );
function __construct()
{
if(!empty($_POST['delete-deprecated'])) if(!empty($_POST['delete-deprecated']))
{ {