* Mail: mailing attachments failed in minimal install caused by using deprecate path-separator constant "SEP"

This commit is contained in:
Ralf Becker
2016-07-11 10:08:11 +02:00
parent 7643c9f57b
commit c1e43f3324
3 changed files with 6 additions and 6 deletions

View File

@@ -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;