fix a glitch in sticky-kit and comment out alt_pager() in widget_conversations since it will not work there

This commit is contained in:
Mario Vavti
2016-12-21 11:51:24 +01:00
parent e91a4bebed
commit 04472bd730
4 changed files with 4 additions and 5 deletions

View File

@@ -778,7 +778,7 @@ function widget_conversations($arr) {
'$messages' => $messages
));
$o .= alt_pager($a,count($r));
//$o .= alt_pager($a,count($r));
}