From: Roan Kattouw Date: Fri, 18 Sep 2009 14:38:59 +0000 (+0000) Subject: Partial revert of r56602: remove what is probably accidentally committed debugging... X-Git-Tag: 1.31.0-rc.0~39644 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=fba35288817536e1cc9f05cf57fb76c561d15d29;p=lhc%2Fweb%2Fwiklou.git Partial revert of r56602: remove what is probably accidentally committed debugging code. --- diff --git a/includes/api/ApiFormatBase.php b/includes/api/ApiFormatBase.php index 166c98fafd..0294fcea68 100644 --- a/includes/api/ApiFormatBase.php +++ b/includes/api/ApiFormatBase.php @@ -334,8 +334,6 @@ class ApiFormatFeedWrapper extends ApiFormatBase { foreach ($items as & $item) $feed->outItem($item); $feed->outFooter(); - } elseif ( isset($data['error']) ) { - die( var_dump( $data['error'] ) ); } else { // Error has occured, print something useful ApiBase::dieDebug( __METHOD__, 'Invalid feed class/item' ); @@ -345,4 +343,4 @@ class ApiFormatFeedWrapper extends ApiFormatBase { public function getVersion() { return __CLASS__ . ': $Id$'; } -} +} \ No newline at end of file