This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "quickfw".
The branch, master has been updated
via 3ca3ae2f392a0d1a39c6d192a7e0548640ebc1af (commit)
from f8b5340c3633dd292a5aeec43a82da1130cf2801 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3ca3ae2f392a0d1a39c6d192a7e0548640ebc1af
Author: Ivan Borzenkov <iva...@li...>
Date: Fri Sep 10 23:29:20 2010 +0400
Исправлена ошибка инициализации MCA при повторном вызове route
diff --git a/QFW/QuickFW/Router.php b/QFW/QuickFW/Router.php
index 980e5da..7f7821e 100644
--- a/QFW/QuickFW/Router.php
+++ b/QFW/QuickFW/Router.php
@@ -96,6 +96,9 @@ class QuickFW_Router
$data = explode(self::PATH_SEPARATOR, $requestUri);
$data = array_map('urldecode', $data);
+ //обнуляем модуль - если нас вызвали повторно
+ $this->module = '';
+
$MCA = $this->loadMCA($data, $type);
if (isset($MCA['Error']))
{
-----------------------------------------------------------------------
Summary of changes:
QFW/QuickFW/Router.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
hooks/post-receive
--
quickfw
|