Changeset 3201:03cabe2d94fb for inc/admin
- Timestamp:
- 03/01/16 07:55:40 (9 years ago)
- Branch:
- 2.9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/class.dc.favorites.php
r3161 r3201 271 271 */ 272 272 public function setFavoriteIDs($ids,$global=false) { 273 $this->ws->put('favorites',$ids, null,null,true,$global);273 $this->ws->put('favorites',$ids,'array',null,true,$global); 274 274 } 275 275
Note: See TracChangeset
for help on using the changeset viewer.