Skip to content
GitLab
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
3484e507
Commit
3484e507
authored
Oct 25, 2006
by
Penny Leach
Browse files
fixing a broken phpdoc return type
parent
bc3c0c28
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/lib.php
View file @
3484e507
...
...
@@ -231,7 +231,7 @@ abstract class ArtefactType {
* If you want the instance, use
* {@link get_parent_instance} instead.
*
* @return object
(
db row
)
* @return object
-
db row
*/
public
function
get_parent_metadata
()
{
return
get_record
(
'artefact'
,
'id'
,
$this
->
parentid
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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