Changeset 2566:9bf417837888 for plugins/maintenance/inc/tasks
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/inc/tasks/class.dc.maintenance.indexcomments.php
r2044 r2566 34 34 { 35 35 $this->code = $this->core->indexAllComments($this->code, $this->limit); 36 36 37 37 return $this->code ? $this->code : true; 38 38 }
Note: See TracChangeset
for help on using the changeset viewer.