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

Debug styling fixes.

This commit is contained in:
Cameron
2017-01-26 18:10:38 -08:00
parent 7cd23ede8c
commit 1a4b66507a
5 changed files with 16 additions and 4 deletions

View File

@@ -137,8 +137,12 @@ class plugin_featurebox_item extends e_model
{
return $video;
}
if(is_string($parm))
{
parse_str($parm, $parm);
}
parse_str($parm, $parm);
$tp = e107::getParser();
$imageSrc = ($parm != 'placeholder') ? $this->get('fb_image') : "";