Jacek Kowalski
2012-08-12 c79ebeb2bf2d3285b104927f9f526ecd7740edff
Dodanie brakujÄ…cego parametru w metodzie existsImage() w klasie BotAPIGG.
1 files modified
2 ■■■ changed files
class/BotAPIGG.php 2 ●●● patch | view | raw | blame | history
class/BotAPIGG.php
@@ -189,7 +189,7 @@
        return $tok;
    }
    
    function existsImage() {
    function existsImage($hash) {
        $auth = $this->APIs['Gadu-Gadu'];
        $token = $this->getToken();