BUG 0000 reverting some debug changes
This commit is contained in:
8
gulliver/thirdparty/phing/Phing.php
vendored
8
gulliver/thirdparty/phing/Phing.php
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user