From 2c922ea763cd7c7f5f48dd3839d4a23d1022c0cd Mon Sep 17 00:00:00 2001 From: Erik Amaru Ortiz Date: Tue, 4 Oct 2011 10:19:39 -0400 Subject: [PATCH] BUG 0000 reverting some debug changes --- gulliver/thirdparty/phing/Phing.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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