Code

Added translation to pathNavigator
[gosa.git] / gosa-core / include / class_tabs.inc
index 9f52e45a6af012b8ce4fcac64292d47ea71f2c25..af356229f9cd67bd8c35a4b26db99bb9c1f720b9 100644 (file)
@@ -114,6 +114,8 @@ class tabs
       $this->current = key($this->by_name);
     }
 
+    pathNavigator::registerPlugin($this);
+
     // Rotate current to last 
     $this->last= $this->current;