diff options
author | friendica <info@friendica.com> | 2015-02-12 18:49:42 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-12 18:49:42 -0800 |
commit | 084ca3f4a16084068a0ab04af651770142324f3a (patch) | |
tree | 056b9ef7c0b53af3cb152bd8e248e9e159bc0766 /mod/network.php | |
parent | da2349bb6a85d13f0aa29046bef3021cf0c884ba (diff) | |
download | volse-hubzilla-084ca3f4a16084068a0ab04af651770142324f3a.tar.gz volse-hubzilla-084ca3f4a16084068a0ab04af651770142324f3a.tar.bz2 volse-hubzilla-084ca3f4a16084068a0ab04af651770142324f3a.zip |
typo
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php index 236d4c5e0..944c3c1d1 100644 --- a/mod/network.php +++ b/mod/network.php @@ -346,7 +346,7 @@ function network_content(&$a, $update = 0, $load = false) { else $page_mode = 'client'; - $simple_update = (($update) ? " and item.unseen = 1 " : ''); + $simple_update = (($update) ? " and item_unseen = 1 " : ''); // This fixes a very subtle bug so I'd better explain it. You wake up in the morning or return after a day // or three and look at your matrix page - after opening up your browser. The first page loads just as it |