1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

PHP warning removal and social/e_header.php added to deprecated list.

This commit is contained in:
Cameron
2016-12-30 14:45:54 -08:00
parent 10f1a4246c
commit abf125d2fc
2 changed files with 7 additions and 3 deletions

View File

@@ -53,8 +53,11 @@ class featurebox_shortcodes// must match the plugin's folder name. ie. [PLUGIN_F
{
$ctemplate = $mod;
}
parse_str($parm, $parm);
if(is_string($parm))
{
parse_str($parm, $parm);
}
$category = $this->getCategoryModel($ctemplate, (vartrue($parm['force']) ? true : false));
$defopt = array(