diff --git a/src/Model/Comment.php b/src/Model/Comment.php index fffe4136..ef51c49c 100644 --- a/src/Model/Comment.php +++ b/src/Model/Comment.php @@ -548,7 +548,7 @@ public function getBacklinks() $num = $this->subnum ? $this->num.'_'.$this->subnum : $this->num; if (isset($this->comment_factory->backlinks_arr[$num])) { - ksort($this->comment_factory->backlinks_arr[$num], SORT_STRING); + ksort($this->comment_factory->backlinks_arr[$num], SORT_NATURAL); $array = []; foreach ($this->comment_factory->backlinks_arr[$num] as $current_p_num_u => $value) { $build_url = $value['build_url'];