]> git.mxchange.org Git - city.git/blobdiff - application/city/main/states/city/class_
Added a lot stuff from Ship-Simu for registration page and CAPTCHA, so basicly
[city.git] / application / city / main / states / city / class_
index 5df9aa593ac11c22a31a72db7651d5e4f7d7fa62..250c39dfd542ecb1a771a3cd719ecbfb191eaf7d 100644 (file)
@@ -48,9 +48,6 @@ class City???State extends BaseCityState implements Stateable {
                // Debug message
                //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('CITY-STATE: Has changed from ' . $cityInstance->getPrintableState() . ' to ' . $stateInstance->getStateName() . '.');
 
-               // Set the city instance
-               $stateInstance->setCityInstance($cityInstance);
-
                // Return the prepared instance
                return $stateInstance;
        }