From 5ab2921256e688e2f005b04bfe08f8c8bb91fd68 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Wed, 11 Jun 2014 20:57:09 +0000
Subject: [PATCH] [core] Poprawka literówki w klasie BotPull
---
class/BotPull.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/class/BotPull.php b/class/BotPull.php
index 803cb4a..ed09cea 100644
--- a/class/BotPull.php
+++ b/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;
}
--
Gitblit v1.9.1