From 51840978791c34c108149b52b4e13343b06e905b Mon Sep 17 00:00:00 2001 From: Anna Dabrowska Date: Wed, 17 Jun 2020 10:06:58 +0200 Subject: [PATCH] Enable loading local icons in sidebar nav A session needs to present, otherwise access to local media will be denied, even if they are not ACL protected Fixes #19 --- svg.php | 1 - 1 file changed, 1 deletion(-) diff --git a/svg.php b/svg.php index ef70f5a..49d21d7 100644 --- a/svg.php +++ b/svg.php @@ -2,7 +2,6 @@ namespace dokuwiki\template\sprintdoc; -define('NOSESSION', 1); if(!defined('DOKU_INC')) define('DOKU_INC', dirname(__FILE__) . '/../../../'); require_once(DOKU_INC . 'inc/init.php');