Commit 99f10f4a05ad3130ee949a6bdb2d0cc8f0f36109
1 parent
b8555195
KTS-3112
"Fatal error on new installation when directed to login.php line 168" Updated. Fixed typo. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8215 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
login.php
| ... | ... | @@ -166,7 +166,7 @@ class LoginPageDispatcher extends KTDispatcher { |
| 166 | 166 | $aLanguageNames = $oReg->getLanguages('knowledgeTree'); |
| 167 | 167 | $aRegisteredLanguageNames = array(); |
| 168 | 168 | |
| 169 | - if(emtpy($aRegisteredLangs)) { | |
| 169 | + if(empty($aRegisteredLangs)) { | |
| 170 | 170 | $query = "DELETE FROM plugin_helper"; |
| 171 | 171 | DBUtil::runQuery($query); |
| 172 | 172 | redirect($_SERVER['REQUEST_URI']); | ... | ... |