Skip to content

Commit

Permalink
Item13897: Fixed invalidWeb referenced directly on $app.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed May 2, 2016
1 parent 4c3f125 commit a75b8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/UI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ sub checkWebExists {
def => 'bad_web_name',
web => $webName,
topic => $Foswiki::cfg{WebPrefsTopicName},
params => [ $op, $app->invalidWeb ]
params => [ $op, $app->request->invalidWeb ]
);
}
unless ($webName) {
Expand Down

0 comments on commit a75b8b8

Please sign in to comment.