mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
"explicit require bofelamimail, 'til it get a autoloading conform name"
This commit is contained in:
parent
a1c7c87195
commit
1b5bd9a1fb
@ -131,6 +131,8 @@ class notifications_ajax {
|
|||||||
if(count($notify_folders) == 0) {
|
if(count($notify_folders) == 0) {
|
||||||
return true; //no folders configured for notifying - exit
|
return true; //no folders configured for notifying - exit
|
||||||
}
|
}
|
||||||
|
// explicit require bofelamimail, 'til it get a autoloading conform name
|
||||||
|
require_once(EGW_INCLUDE_ROOT.'/felamimail/inc/class.bofelamimail.inc.php');
|
||||||
|
|
||||||
$bofelamimail = new bofelamimail($GLOBALS['egw']->translation->charset());
|
$bofelamimail = new bofelamimail($GLOBALS['egw']->translation->charset());
|
||||||
if(!$bofelamimail->openConnection()) {
|
if(!$bofelamimail->openConnection()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user