Fix for the refactoring commited yesterday, based on review by Dave Stubbs

This commit is contained in:
Shaun McDonald 2008-12-05 11:08:58 +00:00
parent e9527b363d
commit ec97c63e5c

View file

@ -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