Commit 0400527ad53a4c17c7ef430f1f9100b8f51ac677
1 parent
fe3b0ab9
KTS-1892
"Fatal Error occurs when in DMS Administration, Users and Groups, Authentication" Fixed. Bug popped in from the themes. Reviewed By: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6505 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/ktcore/KTCorePlugin.php
| ... | ... | @@ -93,7 +93,7 @@ class KTCorePlugin extends KTPlugin { |
| 93 | 93 | $this->registerDashlet('KTIndexerStatusDashlet', 'ktcore.dashlet.indexer_status', 'KTDashlets.php'); |
| 94 | 94 | $this->registerDashlet('KTMailServerDashlet', 'ktcore.dashlet.mail_server', 'KTDashlets.php'); |
| 95 | 95 | |
| 96 | - $this->registerAdminPage('authentication', 'KTAuthenticationAdminPage', 'principals', _kt('Authentication'), sprintf(_kt('By default, %s controls its own users and groups and stores all information about them inside the database. In many situations, an organisation will already have a list of users and groups, and needs to use that existing information to allow access to the DMS. These <strong>Authentication Sources</strong> allow the system administrator to specify additional sources of authentication data.'), 'authentication/authenticationadminpage.inc.php'), APP_NAME); | |
| 96 | + $this->registerAdminPage('authentication', 'KTAuthenticationAdminPage', 'principals', _kt('Authentication'), sprintf(_kt('By default, %s controls its own users and groups and stores all information about them inside the database. In many situations, an organisation will already have a list of users and groups, and needs to use that existing information to allow access to the DMS. These <strong>Authentication Sources</strong> allow the system administrator to specify additional sources of authentication data.'), APP_NAME), 'authentication/authenticationadminpage.inc.php'); | |
| 97 | 97 | |
| 98 | 98 | $this->registerPortlet(array('browse'), |
| 99 | 99 | 'KTAdminModePortlet', 'ktcore.portlets.admin_mode', | ... | ... |