| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Redmine
Revision: 1776
Author: nbc
Date: 31 Aug 2008 08:11:49
Changes:Diff:| ... | ...@@ -200,7 +200,7 @@ | |
| 200 | 200 | } |
| 201 | 201 | |
| 202 | 202 | my $method = $r->method; |
| 203 | return OK if defined $read_only_methods{$method}; | |
| 203 | return OK unless defined $read_only_methods{$method}; | |
| 204 | 204 | |
| 205 | 205 | my $project_id = get_project_identifier($r); |
| 206 | 206 |