Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.10.2
-
Component/s: None
-
Labels:None
Description
- Visit the mass mailer page
- See that logo and js fails to load
- Use inspector to see that this is because paths are set incorrectly in the structure.pdt file
Update mass_mailer_controller.php line 23 add
$this->structure->setDefaultView(APPDIR);
Before
parent::preAction();