fix typo, DieDebug -> DebugDie
authorDomas Mituzas <midom@users.mediawiki.org>
Thu, 24 Feb 2005 14:57:13 +0000 (14:57 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Thu, 24 Feb 2005 14:57:13 +0000 (14:57 +0000)
includes/GlobalFunctions.php

index f7d0e46..a3d5086 100644 (file)
@@ -965,7 +965,7 @@ function wfTimestampNow() {
  * No longer supported and nuked.
  */
 function wfInvertTimestamp( $ts ) {
-       wfDieDebugBacktrace("Inverted timestamps should be nuked away from all code\n");
+       wfDebugDieBacktrace("Inverted timestamps should be nuked away from all code\n");
        return strtr(
                $ts,
                '0123456789',