From 50d2eb6a87817aded3251d6f42d5bb018e1e3a74 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Mon, 25 Jun 2012 18:34:45 +0000 Subject: [PATCH] Dalsze poprawki aktualizacji gier lotto (dodanie brakujÄ…cej metody pobierz). --- class/BotUser.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/class/BotUser.php b/class/BotUser.php index 0040e3a..1326f8c 100644 --- a/class/BotUser.php +++ b/class/BotUser.php @@ -51,12 +51,12 @@ $this->interface = $data['scheme']; $this->uid = strtr($data['user'], array('\\@' => '@')); $this->network = $data['host']; - $this->bot = substr($data['path'], 1); - $this->params = $data['query']; + $this->bot = substr(@$data['path'], 1); + $this->params = @$data['query']; } function __get($name) { return $this->$name; } } -?> \ No newline at end of file +?> -- Gitblit v1.9.1