Commit 6ca8c806dde2217a8746d2a01b2bd0b86f5561ae
1 parent
84ecbfd1
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,7 +74,7 @@ class KTConfig { | ||
| 74 | if (array_key_exists($var, $this->flat)) { | 74 | if (array_key_exists($var, $this->flat)) { |
| 75 | return $this->expand($this->flat[$var]); | 75 | return $this->expand($this->flat[$var]); |
| 76 | } | 76 | } |
| 77 | - return $oDefault;; | 77 | + return $oDefault; |
| 78 | } | 78 | } |
| 79 | 79 | ||
| 80 | function &getSingleton() { | 80 | function &getSingleton() { |