]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
returning false to stop elgg_dump() from also displaying the debugging information...
authorcash <cash.costello@gmail.com>
Sat, 2 Jul 2011 23:27:50 +0000 (19:27 -0400)
committercash <cash.costello@gmail.com>
Sat, 2 Jul 2011 23:27:50 +0000 (19:27 -0400)
mod/developers/classes/ElggLogCache.php

index 19df598d7e8115d75d11b7fef0d9d5f54deb96d2..5bd4bce28ecfd659745a3e0230ce4995dbdc249c 100644 (file)
@@ -30,6 +30,7 @@ class ElggLogCache {
         */
        public function insertDump($hook, $type, $result, $params) {
                $this->insert($params['msg']);
+               return false;
        }
 
        /**