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

fixed Diff action

parent 15a53894
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ class Diff extends AbstractAction {
return AUTH_READ;
}
/** @inheritdoc */
public function preProcess() {
global $INPUT;
......@@ -26,4 +27,9 @@ class Diff extends AbstractAction {
}
}
/** @inheritdoc */
public function tplContent() {
html_diff();
}
}
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