From e25a69b3fd91d2cf9d1a00ecb320c42f9b6c4b98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= 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