Browse Source

Fix up method calling for the changes to make sense.

Mark Sch 9 years ago
parent
commit
e8044ffdab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/basics.php

+ 1 - 1
src/basics.php

@@ -173,7 +173,7 @@ if (!function_exists('dd')) {
             return;
         }
 
-        debug($var, $showHtml, false);
+        debug($var, $showHtml);
         die(1);
     }
 }