modules/30_pogoda/handler.php
@@ -37,6 +37,7 @@ catch(Exception $e) { } $forced = FALSE; if(empty($arg)) { $arg = 'Warszawa'; $forced = TRUE; @@ -138,8 +139,10 @@ $arg = trim($msg->args); } $out = new BotMsg(); if(empty($arg)) { if(isset($this->session->miasto)) { if(isset($msg->session->miasto)) { return new BotMsg('Aktualnie ustawione miejsce to: '.htmlspecialchars($this->session->miasto).', '.htmlspecialchars($this->session->countryName)); } @@ -160,7 +163,7 @@ } else { $out = new BotMsg(); } $api = new api_geonames();