From 2c261e5738688f60099b21d9ff847971d55e6b0e Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Tue, 8 Jun 2010 16:57:48 -0400 Subject: [PATCH] Pastie: class name typo --- pastie/templates/recent.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); ?>

-- 2.11.0