Fix for the refactoring commited yesterday, based on review by Dave Stubbs
This commit is contained in:
parent
e9527b363d
commit
ec97c63e5c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue