Code

Updated my account
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Mar 2010 12:20:56 +0000 (12:20 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Mar 2010 12:20:56 +0000 (12:20 +0000)
-Add MyAccount to pathMenu

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16448 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/personal/myaccount/main.inc

index 4854e5a8001cfb19779181f832a3a70eb00f360f..b3f89d4b0a97c1165cb293c3847ef43702013684 100644 (file)
@@ -90,12 +90,14 @@ if (! $cleanup ){
   }
 
   /* Execute formular */
+  pathNavigator::registerPlugin(_("My account"));
   if($lock_msg){
     $display = $lock_msg;
   }else{
     $display.= $MyAccountTabs->execute ();
   }
 
+
   /* Store changes  in session */
   if (session::is_set('edit')){
     session::set('MyAccountTabs',$MyAccountTabs);