Closed (fixed)
Project:
Automated Logout
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Dec 2015 at 12:00 UTC
Updated:
20 Jan 2016 at 06:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
heykarthikwithu1.
$uid = $user->id();, is not used in the further code.2. made changes for few misspells.
3. _autologout_get_user_timeout(); is getting the user timeout, but the user time out is not been used in the code base.
4. similar to 3 point, $route is not been used in the further code base.
Comment #4
heykarthikwithuComment #5
shahinam commentedHere is the update PR for this - https://github.com/ajitdev/autologout/pull/22
Comment #7
ajitsCommitted and pushed to 8.x-1.x.
Thanks!
Comment #9
ajits