Changeset 1127 for trunk/core/lib/Foswiki/UI/Edit.pm
- Timestamp:
- 12/02/08 12:49:15 (3 years ago)
- File:
-
- 1 edited
-
trunk/core/lib/Foswiki/UI/Edit.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/UI/Edit.pm
r1050 r1127 183 183 if ( $saveCmd && !$session->{users}->isAdmin( $session->{user} ) ) { 184 184 throw Foswiki::OopsException( 185 'accessdenied', 185 'accessdenied', status => 403, 186 186 def => 'only_group', 187 187 web => $webName, … … 236 236 unless ( $store->topicExists( $templateWeb, $templateTopic ) ) { 237 237 throw Foswiki::OopsException( 238 'accessdenied', 238 'accessdenied', status => 403, 239 239 def => 'no_such_topic_template', 240 240 web => $templateWeb,
Note: See TracChangeset
for help on using the changeset viewer.
