Typo fixed :(
authorRoland Häder <roland@mxchange.org>
Thu, 29 Oct 2009 22:11:32 +0000 (22:11 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 29 Oct 2009 22:11:32 +0000 (22:11 +0000)
inc/libs/yoomedia_functions.php

index b2387dc1d614af0686dff2490ca724af8f9af533..588eea1ab419f5b739ce298867d6098bfba648ac 100644 (file)
@@ -315,7 +315,7 @@ function translateYooMediaError ($errorCode) {
                $return = $GLOBALS['translation_tables']['yoomedia']['error_codes'][$errorCode];
        } else {
                // Log missing entries
-               debug_report_bug(sprintf("Unknown error code <strong>%s</strong> detected.", $erroCode));
+               debug_report_bug(sprintf("Unknown error code <strong>%s</strong> detected.", $errorCode));
        }
 
        // Return value