diff --git a/gulliver/thirdparty/phing/Phing.php b/gulliver/thirdparty/phing/Phing.php index dec14204c..e45e80dd3 100644 --- a/gulliver/thirdparty/phing/Phing.php +++ b/gulliver/thirdparty/phing/Phing.php @@ -860,11 +860,9 @@ class Phing { } } - - die($path); - if (!is_file($path)) { - - $ret = include_once($path); + $ret = include_once($path); + + if ($ret === false) { $e = new BuildException("Error importing $path"); if (self::getMsgOutputLevel() === PROJECT_MSG_DEBUG) { // We can't log this because listeners belong