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
c970017a
Commit
c970017a
authored
May 31, 2007
by
Donal McMullan
Browse files
Rename retrieve to find_by_id
parent
51e74c04
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/view/feedbackattachment.php
View file @
c970017a
...
...
@@ -82,7 +82,7 @@ if ($error = $um->save_file(ArtefactTypeFile::get_file_directory($fileid) , $fil
}
else
{
$usr
=
new
User
();
$usr
->
retrieve
(
$viewdata
->
owner
)
$usr
->
find_by_id
(
$viewdata
->
owner
)
->
quota_add
(
$size
)
->
commit
();
}
...
...
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