From c79ebeb2bf2d3285b104927f9f526ecd7740edff Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sun, 12 Aug 2012 13:28:31 +0000 Subject: [PATCH] Dodanie brakujÄ…cego parametru w metodzie existsImage() w klasie BotAPIGG. --- class/BotAPIGG.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/class/BotAPIGG.php b/class/BotAPIGG.php index 4bb69a7..b08003f 100644 --- a/class/BotAPIGG.php +++ b/class/BotAPIGG.php @@ -189,7 +189,7 @@ return $tok; } - function existsImage() { + function existsImage($hash) { $auth = $this->APIs['Gadu-Gadu']; $token = $this->getToken(); -- Gitblit v1.9.1