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
64988009
Commit
64988009
authored
Jan 15, 2007
by
Martyn Smith
Committed by
Martyn Smith
Jan 15, 2007
Browse files
Fixed deleting blog posts
parent
44dda5af
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/blog/lib.php
View file @
64988009
...
...
@@ -407,6 +407,7 @@ class ArtefactTypeBlogPost extends ArtefactType {
return
;
}
delete_records
(
'artefact_blog_blogpost_file'
,
'blogpost'
,
$this
->
id
);
delete_records
(
'artefact_blog_blogpost'
,
'blogpost'
,
$this
->
id
);
parent
::
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