joomla-framework / application

Joomla Framework Application Package
GNU General Public License v2.0
21 stars 29 forks source link

fix for php 8.2 #43334 #124

Closed alikon closed 1 month ago

alikon commented 5 months ago

Pull Request for Issue #43333

Summary of Changes

Testing Instructions

Documentation Changes Required

carlovthunder commented 5 months ago

I use Joomla 4.4.4 and Php 8.3 I have correct from: $this->userAgent = $this->userAgent ?? ''; to $this->userAgent = $userAgent;

The Joomla https://address/admin is malformed, it work only on http://address/admin

rdeutz commented 1 month ago

if my changed in https://github.com/joomla-framework/application/pull/126 will be implemented then this here is not needed. Further more setting it to am empty string doesn't make a difference to null, as far as I can see. Closing this one that for makeing the PR