completed)) { $locationDiagnostic = StaticContainer::get(GeolocationDiagnostic::class); $result = $locationDiagnostic->execute(); $this->completed = !empty($result[0]) && $result[0]->getStatus() === DiagnosticResult::STATUS_OK; } return $this->completed; } public function getUrl() { return 'index.php' . Url::getCurrentQueryStringWithParametersModified(array('module' => 'UserCountry', 'action' => 'adminIndex', 'widget' => false)); } }