Skip to content

Commit bf94445

Browse files
committed
Fix pagination links from Sortable Table
1 parent ed97a06 commit bf94445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/inc/lib/myspace.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ public static function display_tracking_user_overview()
280280
$t_head .= ' <th style="padding:0;border-bottom:0;border-right:0;"><span>'.get_lang('LatestLogin').'</span></th>';
281281
$t_head .= ' </tr></table>';
282282

283-
$addparams = array('view' => 'admin', 'display' => 'useroverview');
283+
$addparams = array('view' => 'admin', 'display' => 'user');
284284

285285
$table = new SortableTable('tracking_user_overview', array('MySpace','get_number_of_users_tracking_overview'), array('MySpace','get_user_data_tracking_overview'), 0);
286286
$table->additional_parameters = $addparams;

0 commit comments

Comments
 (0)