]> git.andy128k.dev Git - ipf.git/commitdiff
fix file browser path in html widget
authorAndrey Kutejko <andy128k@gmail.com>
Sun, 4 Jan 2015 18:51:52 +0000 (20:51 +0200)
committerAndrey Kutejko <andy128k@gmail.com>
Sun, 4 Jan 2015 18:51:52 +0000 (20:51 +0200)
ipf/admin/form/widgets/htmlinput.php

index caf92bc09122c05260b1f96d20d62d13eff420af..4bd6d735c69f75e213710bbc6c8cc81595f6f390 100644 (file)
@@ -18,7 +18,7 @@ class IPF_Admin_Form_Widget_HTMLInput extends IPF_Form_Widget
         $this->force_absolute_urls  = \PFF\Arr::pop($attrs, 'force_absolute_urls',  false);
         $this->editor_config        = \PFF\Arr::pop($attrs, 'editor_config',        array());
 
-        $this->filebrowser_url = IPF_HTTP_URL::urlForView(array('IPF_Admin_FileBrowser_Controller', 'index'), array('/')).'/';
+        $this->filebrowser_url = IPF_HTTP_URL::urlForView(array('IPF_Admin_FileBrowser_Controller', 'index'));
 
         parent::__construct($attrs);
     }