From ec97c63e5c9fa166f0dbd3b0f4bf515dcc747873 Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Fri, 5 Dec 2008 11:08:58 +0000 Subject: [PATCH] Fix for the refactoring commited yesterday, based on review by Dave Stubbs --- app/controllers/amf_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2