]> git.mxchange.org Git - city.git/blobdiff - application/city/main/city_daemon/class_BaseCityDaemon.php
Small method with just one call finished + 'core' updated
[city.git] / application / city / main / city_daemon / class_BaseCityDaemon.php
index 3aeadce70609c3b45a2e259c6c892594a1f08f94..46d666dd166da665369d0ee53d07e3aeed2d0306 100644 (file)
@@ -254,13 +254,13 @@ class BaseCityDaemon extends BaseCitySystem implements Updateable, AddableCriter
         * Checks whether at least one map requires expansion
         *
         * @return      $requiresExpansion      Whether a map requires expansion
-        * @todo        0% done
         */
        public function isMapPendingExpansion () {
                // Get map manager
                $mapInstance = ManagerFactory::createManagerByType('city_map');
 
-               $this->partialStub('Please add something here.');
+               // Call it's method and return value
+               return $mapInstance->isMapPendingExpansion();
        }
 }