diff options
| author | Eole <EoleDev@outlook.fr> | 2016-01-27 13:10:04 +0100 |
|---|---|---|
| committer | Eole <EoleDev@outlook.fr> | 2016-01-27 13:10:04 +0100 |
| commit | 98bd2de2390ab93b57fa9511f16baf1211f74006 (patch) | |
| tree | f09c86e841ffd758b300cef3c76e9259862dd2c3 /server/core | |
| parent | a3ae22549e4fd08269ff644583b585f9940798c8 (diff) | |
Correction Erreur Variable
Diffstat (limited to 'server/core')
| -rw-r--r-- | server/core/Plugin_Api.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/core/Plugin_Api.php b/server/core/Plugin_Api.php index 28e1407..89f82fb 100644 --- a/server/core/Plugin_Api.php +++ b/server/core/Plugin_Api.php @@ -1,8 +1,8 @@ <?php //Init plugin directory -if (!defined('RCUBE_PLUGINS_DIR')) { - define('RCUBE_PLUGINS_DIR', RCUBE_INSTALL_PATH . 'plugins/'); +if (!defined('PLUGINS_DIR')) { + define('PLUGINS_DIR', RCUBE_INSTALL_PATH . 'plugins/'); } class plugin_api{ |
