Skip to content

Commit

Permalink
Fixed Comment Order Setting for Articles
Browse files Browse the repository at this point in the history
Now works both on own comment page and on article page.
  • Loading branch information
eSilverStrike committed Feb 11, 2020
1 parent 03f69fe commit f61b29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/article.php
Expand Up @@ -115,7 +115,7 @@ function extractExternalLinks($text) {

$query = Geeklog\Input::get('query', '');

$commentOrder = Geeklog\Input::fGet('order', '');
$commentOrder = Geeklog\Input::fRequest('order', '');
$commentPage = (int) Geeklog\Input::fGet('cpage', 0);

if (!empty($_REQUEST['sid'])) {
Expand Down

0 comments on commit f61b29c

Please sign in to comment.