Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.0.0-b1
-
Component/s: None
-
Labels:None
Description
Publicly accessible controllers, have their base_uri set to null in AppController. It should default to the same value as public_uri. Then, if a portal is detected, overwritten with that particular portal URI.
For example:
$this->public_uri = $webdir; $this->base_uri = $this->public_uri;