From: cash Date: Sat, 2 Jul 2011 23:27:50 +0000 (-0400) Subject: returning false to stop elgg_dump() from also displaying the debugging information... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c7e9b59e95b34c0d850e0b53c90a7b9f04ed4d2b;p=lorea%2Felgg.git returning false to stop elgg_dump() from also displaying the debugging information to the screen --- diff --git a/mod/developers/classes/ElggLogCache.php b/mod/developers/classes/ElggLogCache.php index 19df598d7..5bd4bce28 100644 --- a/mod/developers/classes/ElggLogCache.php +++ b/mod/developers/classes/ElggLogCache.php @@ -30,6 +30,7 @@ class ElggLogCache { */ public function insertDump($hook, $type, $result, $params) { $this->insert($params['msg']); + return false; } /**