Changeset 3340:30cec05f4e63 for plugins/maintenance/inc/tasks/class.dc.maintenance.indexcomments.php
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/inc/tasks/class.dc.maintenance.indexcomments.php
r2566 r3340 35 35 $this->code = $this->core->indexAllComments($this->code, $this->limit); 36 36 37 return $this->code ? $this->code: true;37 return $this->code ?: true; 38 38 } 39 39
Note: See TracChangeset
for help on using the changeset viewer.