aboutsummaryrefslogtreecommitdiff
path: root/views/default/settings/system.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/settings/system.php')
-rw-r--r--views/default/settings/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/settings/system.php b/views/default/settings/system.php
index 3b3aaf808..7371ac71f 100644
--- a/views/default/settings/system.php
+++ b/views/default/settings/system.php
@@ -11,7 +11,7 @@
// Set action appropriately
if (!isset($vars['action'])) {
- $action = $vars['url'] . "action/systemsettings/save";
+ $action = elgg_get_site_url() . "action/systemsettings/save";
} else {
$action = $vars['action'];
}