Changeset 2825:966e82aaed07 for plugins/maintenance/inc
- Timestamp:
- 12/01/14 13:15:13 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/inc/class.dc.maintenance.php
r2566 r2825 26 26 { 27 27 public $core; 28 public $p_url = 'plugin.php?p=maintenance';28 public $p_url; 29 29 30 30 private $tasks = array(); … … 41 41 { 42 42 $this->core = $core; 43 $this->p_url = $core->adminurl->get('admin.plugin.maintenance'); 43 44 $logs = $this->getLogs(); 44 45 $this->init();
Note: See TracChangeset
for help on using the changeset viewer.