diff --git a/config/zentaopms.php b/config/zentaopms.php index fe193d98ca..bc2ecfea74 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -139,6 +139,7 @@ $config->openMethods[] = 'index.changelog'; $config->openMethods[] = 'my.preference'; $config->openMethods[] = 'my.changepassword'; $config->openMethods[] = 'my.profile'; +$config->openMethods[] = 'my.settutorialconfig'; /* Define the tables. */ define('TABLE_COMPANY', '`' . $config->db->prefix . 'company`'); diff --git a/module/common/view/header.html.php b/module/common/view/header.html.php index 56521cfb98..8d38bca3ff 100755 --- a/module/common/view/header.html.php +++ b/module/common/view/header.html.php @@ -19,7 +19,7 @@ include 'chosen.html.php';