1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02:00

Update pm_shortcodes.php

This commit is contained in:
pricey1981
2017-02-15 07:14:38 +00:00
committed by GitHub
parent 432456633d
commit f48066e095

View File

@@ -575,13 +575,13 @@ if(!class_exists('plugin_pm_pm_shortcodes'))
} }
if(count($parm) == 0) if(!empty($parm))
{ {
$extra = '.'.($this->pmMode == 'outbox' ? 'outbox' : 'inbox'); $extra = '.'.$parm;
} }
else else
{ {
$extra = '.'.$parm; $extra = '.'.($this->pmMode == 'outbox' ? 'outbox' : 'inbox');
} }