Skip to content
Snippets Groups Projects
Commit daa5910c authored by Andreas Gohr's avatar Andreas Gohr
Browse files

unlock pages on viewing them

parent 0d5c1540
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,12 @@ class Show extends AbstractAction {
return AUTH_READ;
}
/** @inheritdoc */
public function preProcess() {
global $ID;
unlock($ID);
}
/** @inheritdoc */
public function tplContent() {
html_show();
......
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