Skip to content
Snippets Groups Projects
Commit 1b0e85da authored by Michael Braun's avatar Michael Braun
Browse files

Fix Locked-Page not showing page content


While refactoring into inc/Action/Locked, the fall-through call
to html_edit was missed.
See 952acff9

This removed the edit box from the locked page, which is needed
for users to get the page source or by etherpad lite plugin.

This change re-adds the call to html_edit for the locked action.

Signed-off-by: default avatarMichael Braun <michael-dev@fami-braun.de>
parent bc42db0f
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ class Locked extends AbstractAction {
/** @inheritdoc */
public function tplContent() {
html_locked();
html_edit();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment