]> git.mxchange.org Git - city.git/blobdiff - application/city/main/states/city/virgin/class_CityVirginState.php
Added a lot stuff from Ship-Simu for registration page and CAPTCHA, so basicly
[city.git] / application / city / main / states / city / virgin / class_CityVirginState.php
index 97a3432335292835a31a0fe111d17ba52b2b00c5..14c53a59a4c10c2b75e73a403c4d5f1640cc6260 100644 (file)
@@ -45,9 +45,6 @@ class CityVirginState extends BaseCityState implements Stateable {
                // Get new instance
                $stateInstance = new CityVirginState();
 
-               // Set the city instance
-               $stateInstance->setCityInstance($cityInstance);
-
                // Return the prepared instance
                return $stateInstance;
        }