User tests: Successful: Unsuccessful:
Status | New | ⇒ | Pending |
Category | ⇒ | com_tags Administration |
@franz-wohlkoenig is it a successful test?
@alikon According to PHP manual http://fr2.php.net/manual/en/function.call-user-func.php , to pass parameters by reference, you can use call_user_func_array instead
So maybe the code could be changed to
call_user_func_array(array($cName, 'countTagItems'), array(&$items, $extension));
I have tested this item
The code works perfectly fine!!
@joomdonation $cName::countTagItems($items, $extension);
seems more readable to me
I have tested this item
Milestone |
Added: |
||
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-02-15 19:13:55 |
Closed_By | ⇒ | rdeutz | |
Labels |
Confirmed (mamp)