Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.5.0
-
Fix Version/s: 4.6.0-b1
-
Component/s: None
-
Labels:None
Description
The GeoIP library (Blesta\Core\Util\GeoIP) classes all define a protected $ip_address property. This property should be private in the abstract class, and not defined at all in the other GeoIP classes since they can use AbstractGeoIp::getIp and AbstractGeoIp::setIp instead.