From 4adcb12ca9ae5dfbec422382d276a939619a4809 Mon Sep 17 00:00:00 2001 From: quix0r Date: Wed, 16 Feb 2011 14:46:09 +0000 Subject: [PATCH] Function name fixed --- inc/wrapper-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 3500983bf2..8925b3deb9 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -1562,7 +1562,7 @@ function getSiteKey () { } // "Getter" for DATE_KEY -function getDayKey () { +function getDateKey () { // Do we have cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it -- 2.39.5