File remember_me.inc - function remember_me_manage_phantom_sessions
Line 32

'%id'   => $user-uid,

should be

'%id'   => $user->uid,

...

CommentFileSizeAuthor
#1 syntax-error-739390.patch807 bytespp

Comments

pp’s picture

Version: 6.x-2.1 » 6.x-2.x-dev
Status: Active » Needs review
StatusFileSize
new807 bytes

Here is the patch, please review.

nickl’s picture

Version: 6.x-2.x-dev » master
Status: Needs review » Fixed

Applied patch to master branch, will port to dev branch after going through issue queue.

Thank you for the fix.

nickl’s picture

Version: master » 6.x-2.x-dev

Done merged fix

nickl’s picture

Version: 6.x-2.x-dev » 6.x-2.2

Fixed in new release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.