diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/objects.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/objects.php b/engine/lib/objects.php index f14becf40..2067fe5c2 100644 --- a/engine/lib/objects.php +++ b/engine/lib/objects.php @@ -219,7 +219,7 @@ * @param int $offset Any indexing offset
* @return unknown
*/
- public function getCollections($subtype="", $limit = 10, $offset = 0) { get_object_collections($this->getGUID(), $subtype, $limit, $offset); }
+ //public function getCollections($subtype="", $limit = 10, $offset = 0) { get_object_collections($this->getGUID(), $subtype, $limit, $offset); }
}
|