Commit 87bc57b3851b57ef30e78fbc6e95384c476da895

Authored by Antonio Terceiro
1 parent d4568ddd

Fix syntax error (argh)

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/controllers/my_profile/cms_controller.rb
@@ -196,7 +196,6 @@ class CmsController < MyProfileController @@ -196,7 +196,6 @@ class CmsController < MyProfileController
196 redirect_to :action => 'index' 196 redirect_to :action => 'index'
197 end 197 end
198 end 198 end
199 - end  
200 end 199 end
201 end 200 end
202 201