Jacek Kowalski
2012-08-12 127d1a1c43ffa12db0d68fa3dfd9781c6e5b4480
Metoda sendPullResponse() odwołuje się teraz bezpośrednio do metody getGG()
1 files modified
2 ■■■ changed files
class/BotMsgGG.php 2 ●●● patch | view | raw | blame | history
class/BotMsgGG.php
@@ -123,7 +123,7 @@
     */
    function sendPullResponse() {
        header('Content-Type: application/x-gadu-gadu; charset=utf-8');
        echo $this;
        echo $this->getGG();
    }
    
    private function rewriteOne($node, $saveto) {