mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
PHP warning removal and social/e_header.php added to deprecated list.
This commit is contained in:
@@ -135,7 +135,8 @@ class admin_start
|
|||||||
e_PLUGIN."online_extended_menu/images/user.png",
|
e_PLUGIN."online_extended_menu/images/user.png",
|
||||||
e_PLUGIN."online_extended_menu/languages/English.php",
|
e_PLUGIN."online_extended_menu/languages/English.php",
|
||||||
e_PLUGIN."pm/sendpm.sc",
|
e_PLUGIN."pm/sendpm.sc",
|
||||||
e_PLUGIN."pm/shortcodes/"
|
e_PLUGIN."pm/shortcodes/",
|
||||||
|
e_PLUGIN."social/e_header.php"
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@@ -54,7 +54,10 @@ class featurebox_shortcodes// must match the plugin's folder name. ie. [PLUGIN_F
|
|||||||
$ctemplate = $mod;
|
$ctemplate = $mod;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(is_string($parm))
|
||||||
|
{
|
||||||
parse_str($parm, $parm);
|
parse_str($parm, $parm);
|
||||||
|
}
|
||||||
|
|
||||||
$category = $this->getCategoryModel($ctemplate, (vartrue($parm['force']) ? true : false));
|
$category = $this->getCategoryModel($ctemplate, (vartrue($parm['force']) ? true : false));
|
||||||
$defopt = array(
|
$defopt = array(
|
||||||
|
Reference in New Issue
Block a user