CMS MADE SIMPLE FORGE

GBFilePicker

 

[#7970] add plugin dir

avatar
Created By: Jonathan Schmid (Foaly*)
Date Submitted: Wed May 16 12:34:28 -0400 2012

Assigned To: Georg Busch (nan)
Version: GBFilePicker 1.3.2
CMSMS Version: None
Severity: Trivial
Resolution: Fixed
State: Closed
Summary:
add plugin dir
Detailed Description:
triggers notice in cmsms 1.11. use smarty method instead of var access.

GBFilePicker.module.php#95:

$this->smarty->plugins_dir[] =
$config["root_path"].'/modules/GBFilePicker/plugins';

=>

$this->smarty->addPluginsDir($config["root_path"].'/modules/GBFilePicker/plugins');


History

Comments
avatar
Date: 2012-05-22 07:27
Posted By: Georg Busch (nan)

This is fixed in SVN
      
avatar
Date: 2013-02-04 14:46
Posted By: Georg Busch (nan)

Version 1.3.3 is out.
      
Updates

Updated: 2013-02-04 14:46
state: Open => Closed

Updated: 2012-05-22 07:27
resolution_id: => 7