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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user