Fix signature.
authorJan Schneider <jan@horde.org>
Tue, 24 Nov 2009 17:56:18 +0000 (18:56 +0100)
committerJan Schneider <jan@horde.org>
Tue, 24 Nov 2009 17:56:18 +0000 (18:56 +0100)
framework/Ui/lib/Horde/Ui/Pager.php

index c08fa04..2ad064f 100644 (file)
@@ -38,7 +38,7 @@ class Horde_Ui_Pager extends Horde_Ui_Widget
      * @return string  HTML code containing a centered table with the pager
      *                 links.
      */
-    public function render()
+    public function render($data = null)
     {
         global $prefs, $registry, $conf;