From 1d24ed8cffb8f1391a898af7f8bb225ceb979798 Mon Sep 17 00:00:00 2001 From: Martin Keckeis Date: Tue, 5 Mar 2013 08:25:21 +0100 Subject: [PATCH] Update DateFormat.php --- src/View/Helper/DateFormat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/Helper/DateFormat.php b/src/View/Helper/DateFormat.php index 025a0a6e..9ebb9ef3 100644 --- a/src/View/Helper/DateFormat.php +++ b/src/View/Helper/DateFormat.php @@ -115,7 +115,7 @@ public function __invoke( $pattern = null ) { if ($locale === null) { - $locale = $this->getlocale(); + $locale = $this->getLocale(); } $timezone = $this->getTimezone();