- 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/class.dc.maintenance.task.php
r2491 r2566 98 98 * Get task permission. 99 99 * 100 * Return user permission required to run this task 100 * Return user permission required to run this task 101 101 * or null for super admin. 102 102 * … … 215 215 * Get task group. 216 216 * 217 * If task required a full tab, 217 * If task required a full tab, 218 218 * this must be returned null. 219 * 219 * 220 220 * @return <b>mixed</b> Task group ID or null 221 221 */ … … 228 228 * Use ajax 229 229 * 230 * Is task use maintenance ajax script 230 * Is task use maintenance ajax script 231 231 * for steps process. 232 232 * … … 326 326 * Log task execution. 327 327 * 328 * Sometimes we need to log task execution 328 * Sometimes we need to log task execution 329 329 * direct from task itself. 330 330 *
Note: See TracChangeset
for help on using the changeset viewer.