jmontoyaa 9 жил өмнө
parent
commit
5bcac3efc3

+ 1 - 3
main/inc/lib/pear/Pager/Sliding.php

@@ -49,8 +49,6 @@
  */
 class Pager_Sliding extends Pager_Common
 {
-    // {{{ Pager_Sliding()
-
     /**
      * Constructor
      *
@@ -58,7 +56,7 @@ class Pager_Sliding extends Pager_Common
      *
      * @access public
      */
-    function Pager_Sliding($options = array())
+    public function __construct($options = array())
     {
         //set default Pager_Sliding options
         $this->_delta                 = 2;