Correction Variable

This commit is contained in:
Eole 2016-01-27 13:13:19 +01:00
parent 98bd2de239
commit ba8bbc77fb

View file

@ -2,7 +2,7 @@
//Init plugin directory
if (!defined('PLUGINS_DIR')) {
define('PLUGINS_DIR', RCUBE_INSTALL_PATH . 'plugins/');
define('PLUGINS_DIR', INSTALL_PATH . 'plugins/');
}
class plugin_api{