]> git.mxchange.org Git - mailer.git/blobdiff - inc/code-functions.php
Possible fix for missing ext_notes while displaying extension tasks, TODOs.txt updated
[mailer.git] / inc / code-functions.php
index 95f1ea7a87ca3618f5e5688c257d88d60f8f1af4..fd952f382a43f68347a85f3f2c03e2d7506f755a 100644 (file)
@@ -53,9 +53,9 @@ function getCode ($key) {
        if (!isCodeSet($key)) {
                // Abort here
                trigger_error(sprintf("%s[%s:] Code %s is not set.",
-                       __FUNCTION__,
-                       __LINE__,
-                       $key
+               __FUNCTION__,
+               __LINE__,
+               $key
                ));
        } // END - if