diff options
-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 c6405dac2..ccb538ef5 100644 --- a/Zotlabs/Lib/Enotify.php +++ b/Zotlabs/Lib/Enotify.php @@ -648,7 +648,7 @@ class Enotify { logger("notification: enotify::send returns " . $res, LOGGER_DEBUG); } - static public function forma($item) { + static public function format($item) { $ret = ''; |