Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
eebb34cf
Commit
eebb34cf
authored
Mar 18, 2008
by
Richard Mansfield
Browse files
Don't set quota in User constructor; let the file plugin set it later
parent
8cd890a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/auth/user.php
View file @
eebb34cf
...
...
@@ -75,7 +75,7 @@ class User {
'suspendedctime'
=>
null
,
'suspendedreason'
=>
null
,
'suspendedcusr'
=>
null
,
'quota'
=>
10485760
,
'quota'
=>
null
,
'quotaused'
=>
0
,
'authinstance'
=>
1
,
'sessionid'
=>
''
,
/* The real session ID that PHP knows about */
...
...
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