diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-28 10:12:41 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-28 10:12:41 +0000 |
commit | 74d4e7d50585db230cfe07464a1a4b662c04b409 (patch) | |
tree | e96d01ea10f6b1cdcd8744651149fcc8416b7570 /core/helpers/core_menu.php | |
parent | aff2af5e1f23d713255ab03820656fa936230550 (diff) |
First round of a task framework. Tasks are job definitions stored in
the database. They're started with admin/maintenance/start/[task_name]
which sends down some JS/HTML which regularly pings the task at
admin/maintenance/start/[task_id] until its done.
The UI is still very rough. It works, though!
Diffstat (limited to 'core/helpers/core_menu.php')
-rw-r--r-- | core/helpers/core_menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/core_menu.php b/core/helpers/core_menu.php index 0a28f21f..d6f7bc56 100644 --- a/core/helpers/core_menu.php +++ b/core/helpers/core_menu.php @@ -101,7 +101,7 @@ class core_menu_Core { ->append(Menu::factory("link") ->id("maintenance") ->label(_("Maintenance")) - ->url("#")) + ->url(url::site("admin/maintenance"))) ->append(Menu::factory("link") ->id("statistics") ->label(_("Statistics")) |