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
cdee5235
Commit
cdee5235
authored
Sep 26, 2007
by
Nigel McNie
Browse files
Use the new render method for rendering a block in edit mode
parent
2f053c17
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/view.php
View file @
cdee5235
...
...
@@ -785,7 +785,7 @@ class View {
$this
->
dirtycolumns
[
$values
[
'column'
]]
=
1
;
if
(
$values
[
'returndata'
])
{
return
$bi
->
render
();
return
$bi
->
render
_editing
();
}
}
...
...
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