From: Shaun McDonald Date: Fri, 5 Dec 2008 11:08:58 +0000 (+0000) Subject: Fix for the refactoring commited yesterday, based on review by Dave Stubbs X-Git-Tag: live~7596^2~113 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ec97c63e5c9fa166f0dbd3b0f4bf515dcc747873?ds=inline Fix for the refactoring commited yesterday, based on review by Dave Stubbs --- diff --git a/app/controllers/amf_controller.rb b/app/controllers/amf_controller.rb index e9bcb281b..738aa443a 100644 --- a/app/controllers/amf_controller.rb +++ b/app/controllers/amf_controller.rb @@ -468,7 +468,7 @@ class AmfController < ApplicationController # -- Initialise and carry out checks - user = getuserid(usertoken) + user = getuser(usertoken) if !user then return -1,"You are not logged in, so the way could not be saved." end originalway = originalway.to_i