Make the Mysql search work
[lhc/web/wiklou.git] / includes / SearchMySQL.php
index 304c714..52f36e1 100644 (file)
@@ -86,7 +86,7 @@ class SearchMySQL extends SearchEngine {
         * @access private
         */
        function queryLimit() {
-               return $this->db->limitResult( $this->limit, $this->offset );
+               return $this->db->limitResult('', $this->limit, $this->offset );
        }
 
        /**