From: Chuck Hagenbuch Date: Sat, 6 Jun 2009 13:30:46 +0000 (-0400) Subject: this has been done X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=cc4e5d8cc30db15741751238dd3de754a6a1ff74;p=horde.git this has been done --- diff --git a/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base.php b/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base.php index 96bf78390..6ee13e021 100644 --- a/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base.php +++ b/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base.php @@ -107,10 +107,6 @@ class Horde_Date_Parser_Locale_Base } } - /** - * @TODO this should be an instance method of one of the base classes, and - * should already known the locale - */ public function componentFactory($component, $args = null) { $locale = isset($this->args['locale']) ? $this->args['locale'] : null;