Skip to content

Commit

Permalink
FIX Comment editor is empty #418
Browse files Browse the repository at this point in the history
  • Loading branch information
haruka-7 committed Apr 26, 2020
1 parent fd23485 commit d978743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/class.plx.motor.php
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ public function getCommentaires($motif,$ordre='sort',$start=0,$limite=false,$pub
}

# hiérarchisation et indentation des commentaires seulement sur les écrans requis
if (!preg_match('#comments#',basename($_SERVER['SCRIPT_NAME']))) {
if (!preg_match('#comments\.php|comment\.php#',basename($_SERVER['SCRIPT_NAME']))) {
$array = $this->parentChildSort_r('index', 'parent', $array);
}

Expand Down
1 change: 1 addition & 0 deletions readme/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ FIX Error when adding or modifying a user #393 (P3ter)
FIX Alternative to PHPMailer with sendmail #401 (bazooka07)
FIX Used of an extern URL as a static page #403 (bazooka07)
FIX Comments list sorting #419 (P3ter)
FIX Comment editor is empty #418 (P3ter)

## PLUXML 5.8.2 (2020/02/09) ##
[+] #371 Check PluXml update using javascript if "curl" or "file_get_contents" can not be used (bazooka07)
Expand Down

0 comments on commit d978743

Please sign in to comment.