Skip to content

Commit d9672f6

Browse files
committed
make $INFO global during TestRequests in detail.php
1 parent dbe5945 commit d9672f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/exe/detail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if (!defined('DOKU_MEDIADETAIL')) define('DOKU_MEDIADETAIL', 1);
77

88
// define all DokuWiki globals here (needed within test requests but also helps to keep track)
9-
global $INPUT, $IMG, $ID, $REV, $SRC, $ERROR, $AUTH;
9+
global $INPUT, $INFO, $IMG, $ID, $REV, $SRC, $ERROR, $AUTH;
1010

1111
require_once(DOKU_INC . 'inc/init.php');
1212

0 commit comments

Comments
 (0)