]> git.mxchange.org Git - core.git/commitdiff
Opps :(
authorRoland Häder <roland@mxchange.org>
Fri, 22 Feb 2013 01:34:52 +0000 (01:34 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 22 Feb 2013 01:34:52 +0000 (01:34 +0000)
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
                // "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) == '#') {
 
                        // Begins with a hash (#) = comment?
                        if (substr($line, 0, 1) == '#') {