diff --git a/e107_plugins/pm/pm.php b/e107_plugins/pm/pm.php index 4b12cc0eb..f2f47c567 100755 --- a/e107_plugins/pm/pm.php +++ b/e107_plugins/pm/pm.php @@ -709,6 +709,8 @@ $array[2] = array('text' => $other, 'url' => null); } + e107::breadcrumb($array); + return e107::getForm()->breadcrumb($array); }