Pastie: class name typo
authorBen Klang <ben@alkaloid.net>
Tue, 8 Jun 2010 20:57:48 +0000 (16:57 -0400)
committerBen Klang <ben@alkaloid.net>
Tue, 8 Jun 2010 20:57:48 +0000 (16:57 -0400)
pastie/templates/recent.inc

index 30ad398..6e03cfd 100644 (file)
@@ -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());
 ?>
     <div class="recentPaste">
         <span class="pasteTitle"><a href="<?php echo $uuid . '/' . $r['uuid']; ?>"><?php echo $r['title']; ?></a></span><br>