From ba8bbc77fb302f95b2e508d1ff1203f451311bf4 Mon Sep 17 00:00:00 2001 From: Eole Date: Wed, 27 Jan 2016 13:13:19 +0100 Subject: [PATCH] Correction Variable --- server/core/Plugin_Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/core/Plugin_Api.php b/server/core/Plugin_Api.php index 89f82fb..c2a9041 100644 --- a/server/core/Plugin_Api.php +++ b/server/core/Plugin_Api.php @@ -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{