mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
PHP warning removal and social/e_header.php added to deprecated list.
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user