mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 08:58:25 +01:00
remove references to felamimail stuff
This commit is contained in:
parent
27ebbd6bad
commit
671a47f6fc
@ -2430,8 +2430,8 @@ class infolog_ui
|
|||||||
$uid = $_GET['uid'];
|
$uid = $_GET['uid'];
|
||||||
$partid = $_GET['part'];
|
$partid = $_GET['part'];
|
||||||
$mailbox = base64_decode($_GET['mailbox']);
|
$mailbox = base64_decode($_GET['mailbox']);
|
||||||
$mailClass = 'felamimail_bo';
|
$mailClass = 'mail_bo';
|
||||||
$sessionLocation = 'felamimail';
|
$sessionLocation = 'mail';
|
||||||
// if rowid is set, we are called from new mail module.
|
// if rowid is set, we are called from new mail module.
|
||||||
if (method_exists('mail_ui','splitRowID') && isset($_GET['rowid']) && !empty($_GET['rowid']))
|
if (method_exists('mail_ui','splitRowID') && isset($_GET['rowid']) && !empty($_GET['rowid']))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user