From: Ben Klang Date: Tue, 8 Jun 2010 20:57:48 +0000 (-0400) Subject: Pastie: class name typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2c261e5738688f60099b21d9ff847971d55e6b0e;p=horde.git Pastie: class name typo --- diff --git a/pastie/templates/recent.inc b/pastie/templates/recent.inc index 30ad398d7..6e03cfd2d 100644 --- a/pastie/templates/recent.inc +++ b/pastie/templates/recent.inc @@ -10,7 +10,7 @@ foreach ($recent as $r) { if (empty($r['title'])) { $r['title'] = _("[Untitled]"); } - $ago = Horde_Date_Util::relativeDateTime($r['timestamp']->timestamp()); + $ago = Horde_Date_Utils::relativeDateTime($r['timestamp']->timestamp()); ?>