diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2025-01-28 14:02:51 +0000 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2025-01-28 14:02:51 +0000 |
| commit | 85b3e6b63d161e5fe4d91ce3958b09a3d18b0493 (patch) | |
| tree | e416bc729026e653d5cc468d55572c77e5cf57d7 /lib/messaging.inc.php | |
| parent | 7e802d0608616b5ea0c5b912f6eceafc1e7d79e0 (diff) | |
Resolve "Mailbenachrichtigungen: Logo ist noch nicht hi-dpi"
Closes #4474
Merge request studip/studip!3349
Diffstat (limited to 'lib/messaging.inc.php')
| -rw-r--r-- | lib/messaging.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/messaging.inc.php b/lib/messaging.inc.php index 2a1761e..1f59df1 100644 --- a/lib/messaging.inc.php +++ b/lib/messaging.inc.php @@ -232,7 +232,7 @@ class messaging // Add Stud.IP logo as "pseudo" attachment - this will be embedded in the mail via Content-ID. $mail->addRelatedAttachment( - $GLOBALS['STUDIP_BASE_PATH'] . '/public/assets/images/logos/studip4-logo@2x.png', + $GLOBALS['STUDIP_BASE_PATH'] . '/public/assets/images/logos/logo-hires.png', 'studip-logo.png', 'image/png', 'studiplogo' |
