User tests: Successful: Unsuccessful:
Same as #41345 but for 4.4.
Fixing possible b/c break for an events.
I have extracted it from #41226 in to separated PR.
Apply patch.
Edit plugins/system/sef/src/Extension/Sef.php
, add return true;
at top of onAfterDispatch()
function.
Run in index.php of a template:
$event = new class('onAfterDispatch') extends Joomla\CMS\Event\AbstractImmutableEvent{};
$app->getDispatcher()->dispatch('onAfterDispatch', $event);
An error, cannot set result for Imutable event
No error
Please select:
Category | ⇒ | Libraries |
Status | New | ⇒ | Pending |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-08-14 10:57:09 |
Closed_By | ⇒ | laoneo | |
Labels |
Added:
bug
?
PR-4.4-dev
|
There it is joomla/Manual#169
I have tested this item✅ successfully on d09f3e1
Works with patchtester which broke before
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/41357.