Fixed syntax error.

This commit is contained in:
Martin Edenhofer 2013-08-26 12:25:17 +02:00
parent 084ffae3ec
commit 21080c1662

View file

@ -53,7 +53,7 @@ returns
end end
} }
if !organization_exists if !organization_exists
organizations.push organization organizations.push organization_by_user
end end
} }
end end