Opps :(
[core.git] / inc / classes / main / console / class_ConsoleTools.php
index cedf677e127e30baac71133b6ecc83d57ff9827e..d5982605f7858ef42557203355324ec323c54c8f 100644 (file)
@@ -162,7 +162,7 @@ class ConsoleTools extends BaseFrameworkSystem {
                // "Walk" through it
                foreach ($data as $line) {
                        // Trim it
-                       $line = trim($trim);
+                       $line = trim($line);
 
                        // Begins with a hash (#) = comment?
                        if (substr($line, 0, 1) == '#') {