1
0
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:
Cameron
2017-03-17 12:15:53 -07:00
committed by GitHub

View File

@@ -575,7 +575,7 @@ if(!class_exists('plugin_pm_pm_shortcodes'))
} }
if($parm != '') if(!empty($parm))
{ {
$extra = '.'.$parm; $extra = '.'.$parm;
} }