From e785f2c811a3e6bef9e53ad1ae91f3c774d2f42f Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Fri, 12 Feb 2016 23:22:40 +0000
Subject: [PATCH] [mod_tv] Poprawka ładowania programu TV (external entites)
---
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