Changeset 1959:2c77682177b4 for plugins/maintenance/inc/tasks
- Timestamp:
- 09/19/13 23:18:37 (12 years ago)
- Branch:
- default
- Location:
- plugins/maintenance/inc/tasks
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/inc/tasks/class.dc.maintenance.indexcomments.php
r1925 r1959 14 14 class dcMaintenanceIndexcomments extends dcMaintenanceTask 15 15 { 16 protected $ajax = true; 16 17 protected $group = 'index'; 17 18 protected $limit = 500; -
plugins/maintenance/inc/tasks/class.dc.maintenance.indexposts.php
r1925 r1959 14 14 class dcMaintenanceIndexposts extends dcMaintenanceTask 15 15 { 16 protected $ajax = true; 16 17 protected $group = 'index'; 17 18 protected $limit = 500;
Note: See TracChangeset
for help on using the changeset viewer.