aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
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:53:20 +0100
commit0c23cd62dbd737d9f1869dc5265440c227b667be (patch)
tree2cedf4bbfbb663865c5605e8fd9ff702bf8690fe /include/widgets.php
parentc1f1d4e2ce545cae0b1968489d9887842112e11b (diff)
downloadvolse-hubzilla-0c23cd62dbd737d9f1869dc5265440c227b667be.tar.gz
volse-hubzilla-0c23cd62dbd737d9f1869dc5265440c227b667be.tar.bz2
volse-hubzilla-0c23cd62dbd737d9f1869dc5265440c227b667be.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/widgets.php')
-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));
}