widgetfactory / jce

JCE - A Content Editor for Joomla
https://www.joomlacontenteditor.net
GNU General Public License v2.0
36 stars 13 forks source link

Fix absolute config path for installed plugins #28

Closed mwoelk closed 7 years ago

mwoelk commented 7 years ago

JURI::root(true) can return an empty string which results in $path not being absolute and the config file not being imported.

Fixed by checking JURI::root(true) for an empty string. If that's the case it suffices to simply prepend JPATH_SITE to the path.