aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-12-21 11:51:24 +0100
committerMario Vavti <mario@mariovavti.com>2016-12-21 11:51:24 +0100
commit04472bd730f464aaee1ef79cf67c8b4f79f85652 (patch)
treea8f6c98d61adebcf22ed42911f9e96a2f87b457b /include
parente91a4bebed7cfbbe644291b4e9bd9cb7f6bc230e (diff)
downloadvolse-hubzilla-04472bd730f464aaee1ef79cf67c8b4f79f85652.tar.gz
volse-hubzilla-04472bd730f464aaee1ef79cf67c8b4f79f85652.tar.bz2
volse-hubzilla-04472bd730f464aaee1ef79cf67c8b4f79f85652.zip
fix a glitch in sticky-kit and comment out alt_pager() in widget_conversations since it will not work there
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 ebdb47113..dde8e7cd0 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -778,7 +778,7 @@ function widget_conversations($arr) {
'$messages' => $messages
));
- $o .= alt_pager($a,count($r));
+ //$o .= alt_pager($a,count($r));
}