Fix coding standard error

This commit is contained in:
ADmad 2013-04-25 03:19:40 +05:30
parent c19e3d075e
commit ede33dbee4

View file

@ -32,7 +32,7 @@ foreach ($paths as $path) {
if (!$found) {
$rootInstall = dirname(dirname(dirname(__FILE__))) . $ds . $dispatcher;
$composerInstall = dirname(dirname(__FILE__)) . $ds. $dispatcher;
$composerInstall = dirname(dirname(__FILE__)) . $ds . $dispatcher;
if (file_exists($composerInstall)) {
include $composerInstall;