summaryrefslogtreecommitdiff
path: root/httemplate/config
diff options
context:
space:
mode:
authorivan <ivan>2010-06-06 06:21:48 +0000
committerivan <ivan>2010-06-06 06:21:48 +0000
commit17384401dcbb0aa11a1e35a42f183d37fe93dff2 (patch)
treebdf571fc701447d513078ff513b23e604360b5e9 /httemplate/config
parent29d6de93e7c8a65fdc6a33fe4f92685e1d738c58 (diff)
UI
Diffstat (limited to 'httemplate/config')
-rw-r--r--httemplate/config/config-process.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/config/config-process.cgi b/httemplate/config/config-process.cgi
index 31dce4292..876c54c0c 100644
--- a/httemplate/config/config-process.cgi
+++ b/httemplate/config/config-process.cgi
@@ -80,7 +80,7 @@ if ( $conf->exists('disable_settings_changes') ) {
my @changers = split(/\s*,\s*/, $conf->config('disable_settings_changes'));
my %changers = map { $_=>1 } @changers;
unless ( $changers{$curuser->username} ) {
- include('/elements/errorpage-popup.html', "Disabled in web demo");
+ errorpage_popup("Disabled in web demo");
die "shouldn't be reached";
}
}