mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Merge pull request #2399 from pricey1981/patch-2
Update pm_shortcodes.php
This commit is contained in:
@@ -575,7 +575,7 @@ if(!class_exists('plugin_pm_pm_shortcodes'))
|
||||
}
|
||||
|
||||
|
||||
if($parm != '')
|
||||
if(!empty($parm))
|
||||
{
|
||||
$extra = '.'.$parm;
|
||||
}
|
||||
|
Reference in New Issue
Block a user