fix a typo. Try to auto update the status page when admin functions

are performed.


git-svn-id: svn://10.0.0.236/trunk@100939 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kestes%walrus.com
2001-08-13 20:11:55 +00:00
parent f7ae4e643b
commit 049c49cae5

View File

@@ -7,8 +7,8 @@
# columns from being shown on the default pages.
# $Revision: 1.15 $
# $Date: 2001-07-20 19:04:47 $
# $Revision: 1.16 $
# $Date: 2001-08-13 20:11:55 $
# $Author: kestes%walrus.com $
# $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/bin/admintree.cgi,v $
# $Name: not supported by cvs2svn $
@@ -531,7 +531,7 @@ sub make_all_changes {
push @results, change_ignore_builds();
push @results, change_motd();
push @results, ("Check changes are correct on the status page, ".
"different administrators can cange ".
"different administrators can change ".
"the settings at the same time.");
# I believe this will work, it is too hard to get the full
@@ -539,7 +539,7 @@ sub make_all_changes {
# may play strange games with our ARGV and prevent us from
# updating the state.
# system( (basename($0).'tinder.cgi'), '--daemon-mode' );
system( (basename($0).'/tinder.cgi'), '--daemon-mode' );
} else {
push @results, "No changes attempted due to security issues.";
}