aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-08-11 20:25:02 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-08-11 20:25:02 -0700
commitbe4eb4eeb87b9eb8afd396b4dd16d0dba1765cfe (patch)
treeff979a9c7d7f6c5770b4635c921ea073ad2efcc6 /include
parent89fa36ce2a0437b5a819658386bbeccc68701c6e (diff)
downloadvolse-hubzilla-be4eb4eeb87b9eb8afd396b4dd16d0dba1765cfe.tar.gz
volse-hubzilla-be4eb4eeb87b9eb8afd396b4dd16d0dba1765cfe.tar.bz2
volse-hubzilla-be4eb4eeb87b9eb8afd396b4dd16d0dba1765cfe.zip
typo
Diffstat (limited to 'include')
-rw-r--r--include/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 25c814ba9..9d4c64b2f 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -1005,7 +1005,7 @@ function widget_forums($arr) {
$r = q("select sum(item_unseen) as unseen, owner_xchan, abook_id, xchan.* from xchan left join item on owner_xchan = xchan_hash left join abook on abook_xchan = xchan_hash where xchan_pubforum = 1 and uid = %d and abook_id = %d $perms_sql group by owner_xchan order by xchan_name $limit ",
intval(local_channel()),
- intval(local_channel()),
+ intval(local_channel())
);
if($r) {
$o .= '<div class="widget">';