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
ed89be5f
Commit
ed89be5f
authored
Jan 24, 2007
by
Nigel McNie
Committed by
Nigel McNie
Jan 24, 2007
Browse files
Fixed bug #419
parent
5b79735a
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/internal/lib.php
View file @
ed89be5f
...
...
@@ -372,7 +372,9 @@ class ArtefactTypeCachedProfileField extends ArtefactTypeProfileField {
parent
::
commit
();
$field
=
$this
->
get_artefact_type
();
set_field
(
'usr'
,
$field
,
$this
->
title
,
'id'
,
$this
->
owner
);
$USER
->
set
(
$field
,
$this
->
title
);
if
(
$this
->
owner
==
$USER
->
get
(
'id'
))
{
$USER
->
set
(
$field
,
$this
->
title
);
}
}
public
function
delete
()
{
...
...
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