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
edf6fc17
Commit
edf6fc17
authored
Jan 16, 2007
by
Richard Mansfield
Browse files
Martyn: comment out quota setting on login
parent
2195616a
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/auth/user.php
View file @
edf6fc17
...
...
@@ -106,9 +106,10 @@ class User {
if
(
!
isset
(
$this
->
defaults
[
$key
]))
{
throw
new
InvalidArgumentException
(
$key
);
}
if
(
$key
==
'quotaused'
)
{
throw
new
InvalidArgumentException
(
'quotaused should be set via the quota_* methods'
);
}
// @todo: Martyn Only for external calls??
//if ($key == 'quotaused') {
// throw new InvalidArgumentException('quotaused should be set via the quota_* methods');
//}
$this
->
SESSION
->
set
(
"user/
$key
"
,
$value
);
}
...
...
Write
Preview
Supports
Markdown
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