Correction Erreur Variable
This commit is contained in:
parent
a3ae22549e
commit
98bd2de239
1 changed files with 2 additions and 2 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Reference in a new issue