Jacek Kowalski
2014-06-11 5ab2921256e688e2f005b04bfe08f8c8bb91fd68
[core] Poprawka literówki w klasie BotPull
1 files modified
2 ■■■ changed files
class/BotPull.php 2 ●●● patch | view | raw | blame | history
class/BotPull.php
@@ -130,7 +130,7 @@
            foreach($data as $func) {
                if(!is_file(BOT_TOPDIR.$func['dir'].$func['file'])) {
                    $st = $this->PDO->prepare('DELETE FROM functions WHERE dir=? AND file=?');
                    $st->excecute(array($func['dir'], $func['file']));
                    $st->execute(array($func['dir'], $func['file']));
                    continue;
                }