Correction Erreur Variable

This commit is contained in:
Eole 2016-01-27 13:10:04 +01:00
parent a3ae22549e
commit 98bd2de239

View file

@ -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{