Skip to content

Commit

Permalink
Fix variable name: keyword instead of sort
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarcwabo committed Aug 25, 2023
1 parent f32f25c commit 277c7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/message_list_functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ function build_page_links($page_size, $current_page, $total, $path, $filter=fals
$sort_str = '';
}
if ($keyword) {
$keyword_str = '&sort='.$keyword;
$keyword_str = '&keyword='.$keyword;
}
else {
$keyword_str = '';
Expand Down

0 comments on commit 277c7cf

Please sign in to comment.