diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-21 11:51:24 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-21 11:53:20 +0100 |
commit | 0c23cd62dbd737d9f1869dc5265440c227b667be (patch) | |
tree | 2cedf4bbfbb663865c5605e8fd9ff702bf8690fe /include | |
parent | c1f1d4e2ce545cae0b1968489d9887842112e11b (diff) | |
download | volse-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')
-rw-r--r-- | include/widgets.php | 2 |
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)); } |