User tests: Successful: Unsuccessful:
Pull Request for Issue #22768 .
dirname(..) is not referring to the correct file/path anymore, that is causing the loading of modules language files failing.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
I think too that the extra call of dirname can be removed.
@joeforjoomla
can you modify your PR ?
Labels |
Added:
?
|
I modified the PR, basically removing the extra dirname works the same
I have tested this item
Can now be merged on review.
Thanks!
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-10-24 10:05:23 |
Closed_By | ⇒ | laoneo |
Why do we use
dirname
?If I use
$extensionLanguageDirectory = JPATH_BASE . '/modules/' . $this->module->module;
it works fine.
@laoneo ?