fix syntax

This commit is contained in:
Carsten Otto 2015-05-14 13:07:20 +02:00
parent 556c68c2e6
commit 82ac4e22b0

View file

@ -1137,7 +1137,7 @@ end
end
def update_project
@project_changed = false;
@project_changed = false
if params['todo']['project_id'].blank? && !params['project_name'].nil?
if params['project_name'] == 'None'
project = Project.null_object