Changeset 1127 for trunk/core/lib/Foswiki/UI/Manage.pm
- Timestamp:
- 12/02/08 12:49:15 (3 years ago)
- File:
-
- 1 edited
-
trunk/core/lib/Foswiki/UI/Manage.pm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/UI/Manage.pm
r1090 r1127 137 137 138 138 throw Foswiki::OopsException( 139 'attention', 139 'attention', status => 200, 140 140 def => 'remove_user_done', 141 141 web => $webName, … … 238 238 # everything OK, redirect to last message 239 239 throw Foswiki::OopsException( 240 'attention', 240 'attention', status => 200, 241 241 web => $newWeb, 242 242 topic => $newTopic, … … 313 313 { 314 314 throw Foswiki::OopsException( 315 'accessdenied', 315 'accessdenied', status => 403, 316 316 def => 'no_such_topic_rename', 317 317 web => $oldWeb, … … 1625 1625 # user has no permission to change the topic 1626 1626 throw Foswiki::OopsException( 1627 'accessdenied', 1627 'accessdenied', status => 403, 1628 1628 def => 'topic_access', 1629 1629 web => $web,
Note: See TracChangeset
for help on using the changeset viewer.
