User tests: Successful: Unsuccessful:
Code style changes forplg_finder_categories
code review
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | Code style |
@wojsmol Even if it's valid in a php code, i think here, it uses Joomla library __clone()
function to prevent fatal error, and will control to be sure we have an object : https://github.com/joomla/joomla-cms/blob/staging/libraries/joomla/database/query.php#L1396
Would need confirmation from PLT, maybe @wilsonge could confirm ?
__clone()
is a PHP magic method and the method you linked isn't being called in this case. clone $this
is a language construct in PHP, not a method call.
I have tested this item successfully on a8d3d14
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-05-18 08:52:13 |
Closed_By | ⇒ | wilsonge |
Milestone |
Added: |
I have tested this item successfully on a8d3d14
on code review
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10488.