mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-05 15:57:23 +01:00
Tests that run php should run the version of php selected by setup
This commit is contained in:
@@ -45,7 +45,7 @@ if (empty($password)) {
|
||||
// -----
|
||||
|
||||
// init application, start session, init output class, etc.
|
||||
$RCMAIL = rcmail::get_instance(0, $GLOBALS['env']);
|
||||
$RCMAIL = rcmail::get_instance(0, isset($GLOBALS['env']) ? $GLOBALS['env'] : null);
|
||||
|
||||
// trigger startup plugin hook
|
||||
$startup = $RCMAIL->plugins->exec_hook('startup', array('task' => $RCMAIL->task, 'action' => $RCMAIL->action));
|
||||
|
||||
Reference in New Issue
Block a user