1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-23 16:01:39 +02:00
#3260 bug fix...
This commit is contained in:
rica-carv
2018-07-13 19:54:20 +01:00
committed by GitHub
parent 5bae886a52
commit 590245c487

View File

@@ -127,8 +127,8 @@ class forumStats
ORDER BY post_count DESC LIMIT 0,10";
$sql->gen($query);
// $top_repliers_data = $sql->db_getList('ALL', false, false, 'user_id');
$top_repliers_data = $sql->retrieve($query,true);
$top_repliers_data = $sql->db_getList('ALL', false, false, 'user_id');
// $top_repliers_data = $sql->retrieve($query,true);
// build top posters meanwhile
$top_posters = array();
@@ -671,4 +671,4 @@ $frmStats = new forumStats;
require_once(HEADERF);
$frmStats->init();
require_once(FOOTERF);
require_once(FOOTERF);