User tests: Successful: Unsuccessful:
TBH I dont really know but it looks wrong that these two occurrences begin with a slash when the other instances do not
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_config |
Thanks for the lesson and confirming these need to be fixed
| Status | Pending | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-01-22 21:19:21 |
| Closed_By | ⇒ | wilsonge | |
| Labels |
Added:
?
|
||
thanks
Thanks!
use statements generally don't have the leading slash, so this is a good change. If you're using the fully qualified class name without importing it through a use statement then you would need the slash.
with_use.php
without_use.php