From de4e429de2d06b43b680a6271f2771b36ae26813 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 15 Apr 2009 20:54:49 +0200 Subject: late add DOKU_BASE for media popup Ignore-this: 172ae2884fca0ee74d3b9c88c829dabe darcs-hash:20090415185449-7ad00-f9689ddbb2cc4a77aeb7a0cde338ca107187c0d5.gz --- inc/toolbar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/toolbar.php b/inc/toolbar.php index 2e4586630..af1dc8d05 100644 --- a/inc/toolbar.php +++ b/inc/toolbar.php @@ -149,7 +149,7 @@ function toolbar_JSdefines($varname){ 'type' => 'mediapopup', 'title' => $lang['qb_media'], 'icon' => 'image.png', - 'url' => DOKU_BASE.'lib/exe/mediamanager.php?ns=', + 'url' => 'lib/exe/mediamanager.php?ns=', 'name' => 'mediaselect', 'options'=> 'width=750,height=500,left=20,top=20,scrollbars=yes,resizable=yes', ), -- cgit v1.2.3