Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
3c75a440
Commit
3c75a440
authored
Feb 16, 2015
by
Thomas Müller
Browse files
Return milliseconds instead of seconds for lastLogin - refs #14005
parent
92710591
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/controller/userscontroller.php
View file @
3c75a440
...
@@ -154,7 +154,7 @@ class UsersController extends Controller {
...
@@ -154,7 +154,7 @@ class UsersController extends Controller {
'subadmin'
=>
\
OC_SubAdmin
::
getSubAdminsGroups
(
$user
->
getUID
()),
'subadmin'
=>
\
OC_SubAdmin
::
getSubAdminsGroups
(
$user
->
getUID
()),
'quota'
=>
$this
->
config
->
getUserValue
(
$user
->
getUID
(),
'files'
,
'quota'
,
'default'
),
'quota'
=>
$this
->
config
->
getUserValue
(
$user
->
getUID
(),
'files'
,
'quota'
,
'default'
),
'storageLocation'
=>
$user
->
getHome
(),
'storageLocation'
=>
$user
->
getHome
(),
'lastLogin'
=>
$user
->
getLastLogin
(),
'lastLogin'
=>
$user
->
getLastLogin
()
*
1000
,
'backend'
=>
$user
->
getBackendClassName
(),
'backend'
=>
$user
->
getBackendClassName
(),
'email'
=>
$this
->
config
->
getUserValue
(
$user
->
getUID
(),
'settings'
,
'email'
,
''
),
'email'
=>
$this
->
config
->
getUserValue
(
$user
->
getUID
(),
'settings'
,
'email'
,
''
),
'isRestoreDisabled'
=>
!
$restorePossible
,
'isRestoreDisabled'
=>
!
$restorePossible
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment