From: hickert Date: Thu, 18 Mar 2010 13:30:42 +0000 (+0000) Subject: Updated pathMenu handling X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0a51565cb03f20321a2a181929e0262753aacc70;p=gosa.git Updated pathMenu handling git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16913 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_pathNavigator.inc b/gosa-core/include/class_pathNavigator.inc index 1fe3908b5..815a5081b 100644 --- a/gosa-core/include/class_pathNavigator.inc +++ b/gosa-core/include/class_pathNavigator.inc @@ -15,9 +15,7 @@ class pathNavigator // Shown title of sub dialogs (They have no plHeadline set.) if($class instanceOf plugin && !isset($class->plHeadline)){ - if(empty($class->pathTitle)){ - $str = "Missing: ".get_class($class); - }else{ + if(!empty($class->pathTitle)){ $str = _($class->pathTitle); } }