Initial work done on Work units plugin. Still in debug mode.
[timetracker.git] / WEB-INF / lib / ttConfigHelper.class.php
index 95cd121..b33734c 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.