aboutsummaryrefslogtreecommitdiffstats
path: root/admin/maintenance.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/maintenance.php')
-rw-r--r--admin/maintenance.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/maintenance.php b/admin/maintenance.php
index 06dc67474..586bc3d4c 100644
--- a/admin/maintenance.php
+++ b/admin/maintenance.php
@@ -140,7 +140,7 @@ $template->assign(
'U_MAINT_C13Y' => $start_url.'c13y',
'U_MAINT_SEARCH' => $start_url.'search',
'U_MAINT_COMPILED_TEMPLATES' => $start_url.'compiled-templates',
- 'U_HELP' => PHPWG_ROOT_PATH.'popuphelp.php?page=maintenance',
+ 'U_HELP' => get_root_url().'admin/popuphelp.php?page=maintenance',
)
);