Преглед на файлове

Removing database host
@TODO: cazzo, rimetterlo in qualche modo...

Paolo Libertini преди 6 години
родител
ревизия
eacea73518
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      lib/Mooses/AbstractMongo.php

+ 0 - 1
lib/Mooses/AbstractMongo.php

@@ -217,7 +217,6 @@ class Mooses_AbstractMongo extends Mooses_Mongodb_Mongo_Document {
     }
 
     protected function ___getPaginatedCollectionData($_page = 1, $_itemsPerPage = 15){
-        return $this->___getCollectionData(true);
 //        $_cacher = Mooses_Cacher::getInstance(strtolower("p_".str_replace("Default_Model_Mapper", "", get_called_class())), 3600);
 //        $_idCache = preg_replace("/[^a-zA-Z0-9_]+/", "", "query_" . json_encode($this->_queryConditions));
 //        if($this->_forceNoCachePaginatedCollection === true || !$_arrayResults = $_cacher->load($_idCache)) {