Extend integration of approve plugin

This commit is contained in:
Anna Dabrowska 2026-02-13 17:42:31 +01:00
parent 40641dd6f0
commit 434e76cf75
6 changed files with 82 additions and 13 deletions

View file

@ -15,6 +15,9 @@ if (!defined('DOKU_INC')) die(); /* must be run from with
header('X-UA-Compatible: IE=edge,chrome=1');
global $JSINFO;
global $conf;
global $lang;
if (empty($JSINFO['template'])) {
$JSINFO['template'] = array();
}