summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ba73585)
raw | patch | inline | side by side (parent: ba73585)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 5 Jul 2010 11:50:38 +0000 (11:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 5 Jul 2010 11:50:38 +0000 (11:50 +0000) |
-Password changed wasn't forceddue to lack of ACL initialization.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@18927 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@18927 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/main.php | patch | blob | history |
index c088754c0c7bf3ada17570e5a0ee3913fd8f454a..3a47c061c8e684fa60d4c9f6ab4ab95c244e4cd2 100644 (file)
--- a/gosa-core/html/main.php
+++ b/gosa-core/html/main.php
} else {
$old_plugin_dir= "";
}
+
+/* reload navigation if language changed*/
+if($reload_navigation){
+ $plist->menu="";
+}
+$plist->gen_headlines();
+$plist->gen_menu();
+
if (isset($_GET['plug']) && $plist->plugin_access_allowed($_GET['plug'])){
$plug= validate($_GET['plug']);
$plugin_dir= $plist->get_path($plug);
$smarty->assign ("go_left", get_template_path('images/go_left.png'));
$smarty->assign ("go_help", get_template_path('images/help.png'));
-/* reload navigation if language changed*/
-if($reload_navigation){
- $plist->menu="";
-}
-$plist->gen_headlines();
-$plist->gen_menu();
$smarty->assign ("menu", $plist->menu);
$smarty->assign ("plug", "$plug");