diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-11-17 16:17:05 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-11-17 16:17:05 +0100 |
commit | 25b089c1a930e41e0d4029aad3fde531e21717e1 (patch) | |
tree | 46740bd0d9c26df1260bd7643c703ceda6863b17 /Zotlabs/Lib/Enotify.php | |
parent | 67a9292aaa5246783b70ca3754b31924416d7f08 (diff) | |
download | volse-hubzilla-25b089c1a930e41e0d4029aad3fde531e21717e1.tar.gz volse-hubzilla-25b089c1a930e41e0d4029aad3fde531e21717e1.tar.bz2 volse-hubzilla-25b089c1a930e41e0d4029aad3fde531e21717e1.zip |
fix some errors detected by phpstan
Diffstat (limited to 'Zotlabs/Lib/Enotify.php')
-rw-r--r-- | Zotlabs/Lib/Enotify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Enotify.php b/Zotlabs/Lib/Enotify.php index 245d137fb..9bffc53a0 100644 --- a/Zotlabs/Lib/Enotify.php +++ b/Zotlabs/Lib/Enotify.php @@ -595,7 +595,7 @@ class Enotify { // send email notification if notification preferences permit - require_once('bbcode.php'); + require_once('include/bbcode.php'); if ((intval($recip['channel_notifyflags']) & intval($params['type'])) || $params['type'] == NOTIFY_SYSTEM) { logger('notification: sending notification email'); |