diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-06-13 12:08:34 -0400 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-06-13 12:08:34 -0400 |
commit | feab17bfea374fd753b18157eeb8bf5cd61954cf (patch) | |
tree | 15fbe8018eb977b9cd5771188a5a9632cc5df70a /include/enotify.php | |
parent | 46cb8174fa2f0633caa179b10d6e1776d853f4ea (diff) | |
download | volse-hubzilla-feab17bfea374fd753b18157eeb8bf5cd61954cf.tar.gz volse-hubzilla-feab17bfea374fd753b18157eeb8bf5cd61954cf.tar.bz2 volse-hubzilla-feab17bfea374fd753b18157eeb8bf5cd61954cf.zip |
enotify: fix stupid typo
Diffstat (limited to 'include/enotify.php')
-rw-r--r-- | include/enotify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/enotify.php b/include/enotify.php index 89ecc3703..aba2f8516 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -80,7 +80,7 @@ function notification($params) { $dest_str = sprintf(t('%1$s commented on [url=%2$s]%3$s\'s %4$s[/url]'), '[url=' . $params['source_link'] . ']' . $params['source_name'] . '[/url]', $itemlink, - $p[0]['author-name'] + $p[0]['author-name'], $item_post_type); // "your post" |