Commit 848a98febcb71a89436b8755d4f926f5da5c2fde

Authored by Neil Blakey-Milner
1 parent 3f980fd9

Remove excess semi-colon, no code changes.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3944 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
lib/config/config.inc.php
... ... @@ -74,7 +74,7 @@ class KTConfig {
74 74 if (array_key_exists($var, $this->flat)) {
75 75 return $this->expand($this->flat[$var]);
76 76 }
77   - return $oDefault;;
  77 + return $oDefault;
78 78 }
79 79  
80 80 function &getSingleton() {
... ...