aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2024-11-17 16:17:05 +0100
committerMario Vavti <mario@mariovavti.com>2024-11-17 16:17:05 +0100
commit25b089c1a930e41e0d4029aad3fde531e21717e1 (patch)
tree46740bd0d9c26df1260bd7643c703ceda6863b17 /Zotlabs/Lib
parent67a9292aaa5246783b70ca3754b31924416d7f08 (diff)
downloadvolse-hubzilla-25b089c1a930e41e0d4029aad3fde531e21717e1.tar.gz
volse-hubzilla-25b089c1a930e41e0d4029aad3fde531e21717e1.tar.bz2
volse-hubzilla-25b089c1a930e41e0d4029aad3fde531e21717e1.zip
fix some errors detected by phpstan
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r--Zotlabs/Lib/Enotify.php2
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');