diff options
author | friendica <info@friendica.com> | 2012-07-17 22:11:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-17 22:11:24 -0700 |
commit | 59ec6718799b8b5d2aee2a394bd3f45792e23754 (patch) | |
tree | f4e01db6f73754418438b020c2327e18c256653c /mod/ping.php | |
parent | a10e9d335ab68989a0e6e40af8ae03e5dabd27a7 (diff) | |
download | volse-hubzilla-59ec6718799b8b5d2aee2a394bd3f45792e23754.tar.gz volse-hubzilla-59ec6718799b8b5d2aee2a394bd3f45792e23754.tar.bz2 volse-hubzilla-59ec6718799b8b5d2aee2a394bd3f45792e23754.zip |
json notification popup mostly working in zero
Diffstat (limited to 'mod/ping.php')
-rw-r--r-- | mod/ping.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ping.php b/mod/ping.php index 2d7163c54..da9de09b6 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -71,7 +71,7 @@ function ping_init(&$a) { 'url' => $zz['url'], 'photo' => $zz['photo'], 'when' => relative_date($zz['date']), - 'classs' => (($zz['seen']) ? 'notify-seen' : 'notify-unseen'), + 'class' => (($zz['seen']) ? 'notify-seen' : 'notify-unseen'), 'message' => strip_tags(bbcode($zz['msg'])) ); } |