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
b352ba22
Commit
b352ba22
authored
Sep 22, 2009
by
Richard Mansfield
Browse files
Remove advanced blog copy option from recentposts blocktype
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
775812a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/blog/blocktype/recentposts/lib.php
View file @
b352ba22
...
...
@@ -81,9 +81,6 @@ class PluginBlocktypeRecentposts extends PluginBlocktype {
safe_require
(
'artefact'
,
'blog'
);
$configdata
=
$instance
->
get
(
'configdata'
);
$elements
=
array
(
self
::
artefactchooser_element
((
isset
(
$configdata
[
'artefactids'
]))
?
$configdata
[
'artefactids'
]
:
null
));
if
(
$istemplate
)
{
$elements
[]
=
PluginArtefactBlog
::
block_advanced_options_element
(
$configdata
,
'blog'
);
}
return
$elements
;
}
...
...
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