]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions.php
Some configuration entries prefixed with 'node_'
[hub.git] / application / hub / exceptions.php
index 05a27767b08b14c9c21f41df4cdf9b8782754790..ca9ebde5e25cf812f5f642fbd6fd0c921fbe8f08 100644 (file)
@@ -111,7 +111,9 @@ function __errorHandler ($errno, $errstr, $errfile, $errline, array $errcontext)
 // Assertion handler
 function __assertHandler ($file, $line, $code) {
        // Empty code?
-       if ($code === '') $code = '<em>Unknown</em>';
+       if ($code === '') {
+               $code = '<em>Unknown</em>';
+       } // END - if
 
        // Create message
        $message = sprintf("File: %s, Line: %s, Code: %s",