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:
@@ -778,7 +778,7 @@ function widget_conversations($arr) {
|
||||
'$messages' => $messages
|
||||
));
|
||||
|
||||
$o .= alt_pager($a,count($r));
|
||||
//$o .= alt_pager($a,count($r));
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user