1
cadch
XOOPS 2.5..11 beta 2 search.php need fix line 229
  • 2022/9/25 10:19

  • cadch

  • Just popping in

  • Posts: 55

  • Since: 2007/12/17


line 229:
le="color: #000000"><?php $count = count($results);


fix:
le="color: #000000"><?php if ($results) { $count = count($results); }else{ $count = 0; }

2
Mamba
Re: XOOPS 2.5..11 beta 2 search.php need fix line 229
  • 2022/9/25 14:34

  • Mamba

  • Moderator

  • Posts: 11527

  • Since: 2004/4/23


Could you please submit it as an issue to GitHub:

https://github.com/XOOPS/XoopsCore25/issues

Thanks!
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs

Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits