@@ -73,7 +73,7 @@ |
||
73 | 73 | if (defined('MODX_CORE_PATH')) { |
74 | 74 | $path = MODX_CORE_PATH; |
75 | 75 | } else { |
76 | - $path = dirname(dirname(dirname(dirname(__DIR__)))) . DIRECTORY_SEPARATOR; |
|
76 | + $path = dirname(dirname(dirname(dirname(__DIR__)))).DIRECTORY_SEPARATOR; |
|
77 | 77 | } |
78 | 78 | $path .= 'components/'; |
79 | 79 |
@@ -15,7 +15,7 @@ |
||
15 | 15 | |
16 | 16 | class Application extends ConsoleApplication |
17 | 17 | { |
18 | - protected static $logo = __DIR__ . '/art/blend.txt'; |
|
18 | + protected static $logo = __DIR__.'/art/blend.txt'; |
|
19 | 19 | |
20 | 20 | protected static $name = 'Blend Console'; |
21 | 21 |