We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe5945 commit d9672f6Copy full SHA for d9672f6
lib/exe/detail.php
@@ -6,7 +6,7 @@
6
if (!defined('DOKU_MEDIADETAIL')) define('DOKU_MEDIADETAIL', 1);
7
8
// define all DokuWiki globals here (needed within test requests but also helps to keep track)
9
-global $INPUT, $IMG, $ID, $REV, $SRC, $ERROR, $AUTH;
+global $INPUT, $INFO, $IMG, $ID, $REV, $SRC, $ERROR, $AUTH;
10
11
require_once(DOKU_INC . 'inc/init.php');
12
0 commit comments