X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/99041558bf625b082fc5058a93e1bd2634c2c9d2..6968ef66a0264c35eff9bdd8ed92af48b34b8d19:/WEB-INF/lib/ttConfigHelper.class.php diff --git a/WEB-INF/lib/ttConfigHelper.class.php b/WEB-INF/lib/ttConfigHelper.class.php index 95cd1218..b33734c8 100644 --- a/WEB-INF/lib/ttConfigHelper.class.php +++ b/WEB-INF/lib/ttConfigHelper.class.php @@ -44,7 +44,7 @@ class ttConfigHelper { // getDefinedValue determines if a value identified by name is defined. function getDefinedValue($name) { - return in_array($name, $this->$config_array); + return in_array($name, $this->config_array); } // The getIntValue parses an integer value from the source config string.