Changeset 3874:ab8368569446 for plugins/maintenance/_prepend.php
- Timestamp:
- 09/14/18 12:16:17 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/_prepend.php
r3731 r3874 28 28 $__autoload['dcMaintenanceZiptheme'] = dirname(__FILE__) . '/inc/tasks/class.dc.maintenance.ziptheme.php'; 29 29 30 $this->core->rest->addFunction('dcMaintenanceStep', array('dcMaintenanceRest', 'step'));30 $this->core->rest->addFunction('dcMaintenanceStep', ['dcMaintenanceRest', 'step']);
Note: See TracChangeset
for help on using the changeset viewer.