]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttConfigHelper.class.php
Initial work done on Work units plugin. Still in debug mode.
[timetracker.git] / WEB-INF / lib / ttConfigHelper.class.php
index 95cd12186c4967f8b875adb0f79c186ebb726663..b33734c8197c7f89b2850140a730d0d1b1b3361e 100644 (file)
@@ -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.