diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-05-26 14:37:30 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-05-26 14:37:30 +0200 |
commit | 9d7abd58ac004f8df733a8187b57f6a3bfc2520e (patch) | |
tree | 855ed06ddb2ff7671b0ad222aa7f399ca8f19581 /Zotlabs/Lib/Enotify.php | |
parent | 24360fd19182cad5ed29d10bb47c208bc195c232 (diff) | |
download | volse-hubzilla-9d7abd58ac004f8df733a8187b57f6a3bfc2520e.tar.gz volse-hubzilla-9d7abd58ac004f8df733a8187b57f6a3bfc2520e.tar.bz2 volse-hubzilla-9d7abd58ac004f8df733a8187b57f6a3bfc2520e.zip |
another typo
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 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 = ''; |