mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
* Mail: mailing attachments failed in minimal install caused by using deprecate path-separator constant "SEP"
This commit is contained in:
@@ -86,7 +86,7 @@ class notifications_winpopup implements notifications_iface {
|
||||
if(!$this->netbios_command) {
|
||||
throw new Exception( 'Winpopup plugin not configured yet. Skipped sending notification message. '.
|
||||
'Please check var "netbios_command" in winpopup backend '.
|
||||
'('.EGW_INCLUDE_ROOT. SEP. self::_appname. SEP. 'inc'. SEP. 'class.notifications_winpopup.inc.php).');
|
||||
'('.EGW_INCLUDE_ROOT. '/'. self::_appname. '/inc/class.notifications_winpopup.inc.php).');
|
||||
}
|
||||
$this->sender = $_sender;
|
||||
$this->recipient = $_recipient;
|
||||
|
Reference in New Issue
Block a user