Side bug fixed.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Sat, 7 Aug 2010 10:00:59 +0000 (10:00 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Sat, 7 Aug 2010 10:00:59 +0000 (10:00 +0000)
applications/setup.php

index 344ee00a6cc08d1fdb66afd70e563425c372ed6b..3e2f3b8681406a9fc15a43cd49277ff9f703c146 100644 (file)
@@ -70,7 +70,7 @@ class setup_app extends application
                $this->add_rapp_function(2, _("Install/Activate &Extensions"),
                        "admin/inst_module.php?", 'SA_CREATEMODULES');
                $this->add_rapp_function(2, _("Install/Activate &Themes"),
-                       "admin/inst_module.php?", 'SA_CREATEMODULES');
+                       "admin/inst_theme.php?", 'SA_CREATEMODULES');
                $this->add_rapp_function(2, _("Install/Activate &Chart of Accounts"),
                        "admin/inst_chart.php?", 'SA_CREATEMODULES');
                $this->add_rapp_function(2, _("Software &Upgrade"),