User tests: Successful: Unsuccessful:
Category | ⇒ | Front End com_finder |
Status | New | ⇒ | Pending |
Easy | No | ⇒ | Yes |
Hi @alikon,
What do you think of:
<?php if ($this->total === 0 || $this->total === null) : ?>
Instead of:
<?php if (($this->total === 0) || ($this->total === null)) : ?>
In line 36, file ..\components\com_finder\views\search\tmpl\default_results.php ???
Gr.
I have tested this item
See note above.
Status | Pending | ⇒ | Ready to Commit |
RTC after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-08-27 16:10:18 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
I have tested this item✅ successfully on 1a744e7
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/17732.