Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.

r=gerv
a=justdave


git-svn-id: svn://10.0.0.236/trunk@140585 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bbaetz%acm.org
2003-04-02 12:35:07 +00:00
parent 4b916bd363
commit 6ee31579fe
12 changed files with 193 additions and 118 deletions

View File

@@ -385,7 +385,8 @@ SWITCH: for ($current_tab_name) {
DoPermissions();
last SWITCH;
};
ThrowUserError("current_tab_name");
ThrowUserError("unknown_tab",
{ current_tab_name => $current_tab_name });
}
# Generate and return the UI (HTML page) from the appropriate template.