diff options
| author | Eole <EoleDev@outlook.fr> | 2016-01-27 13:13:19 +0100 |
|---|---|---|
| committer | Eole <EoleDev@outlook.fr> | 2016-01-27 13:13:19 +0100 |
| commit | ba8bbc77fb302f95b2e508d1ff1203f451311bf4 (patch) | |
| tree | 6e816250c72ea5de85ebe4850f21003f4788ec83 | |
| parent | 98bd2de2390ab93b57fa9511f16baf1211f74006 (diff) | |
Correction Variable
| -rw-r--r-- | server/core/Plugin_Api.php | 2 |
1 files changed, 1 insertions, 1 deletions
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{ |
