Changeset 4277 for plugins/apostropheBlogPlugin/branches/1.5/modules/aEventAdmin/lib/BaseaEventAdminActions.class.php
- Timestamp:
- 11/02/11 11:14:37 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/branches/1.5/modules/aEventAdmin/lib/BaseaEventAdminActions.class.php
r4097 r4277 160 160 $this->existingTags = $this->form->getObject()->getTags(); 161 161 // Retrieve the 10 most popular tags for the inlineTaggableWidget 162 $this->popularTags = TagTable::getAllTagNameWithCount(null, array('model' => 'aEvent', 'sort_by_popularity' => true), false, 10); 162 $this->popularTags = TagTable::getPopulars(null, array('model' => 'aEvent', 'sort_by_popularity' => true), false, 10); 163 163 164 } 164 165

