mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
PHP Warning removal.
This commit is contained in:
@@ -48,7 +48,11 @@ class plugin_featurebox_item extends e_model
|
||||
*/
|
||||
public function sc_featurebox_title($parm = '')
|
||||
{
|
||||
parse_str($parm, $parm);
|
||||
if(!empty($parm) && is_string($parm))
|
||||
{
|
||||
parse_str($parm, $parm);
|
||||
}
|
||||
|
||||
$tp = e107::getParser();
|
||||
if(isset($parm['alt']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user