Jacek Kowalski
2012-08-12 9dae9f90d578b5433df4664c6d1d6406074ca08f
Klasa BotAPIGGHTTPException zwraca teraz w komunikacie kod błędu.
1 files modified
2 ■■■ changed files
class/BotAPIGG.php 2 ●●● patch | view | raw | blame | history
class/BotAPIGG.php
@@ -6,7 +6,7 @@
    function __construct($msg, $httpcode, $content) {
        $this->httpcode = $httpcode;
        $this->content = $content;
        parent::__construct($msg);
        parent::__construct($msg.' Błąd '.$httpcode);
    }
    
    function __get($name) {