From f964df3f43dd71b4a0fb494b20eb83babcc5e00d Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Thu, 24 Feb 2005 14:57:13 +0000 Subject: [PATCH] fix typo, DieDebug -> DebugDie --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index f7d0e46e62..a3d5086df8 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -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', -- 2.20.1