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 8870a9579cc56ce6dec3b82c5d522c694b634c96 (commit)
from cf3d2b5fd041ad079bd8087d48c7590104f0e079 (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 8870a9579cc56ce6dec3b82c5d522c694b634c96
Author: Ivan1986 <iva...@li...>
Date: Fri Apr 23 17:37:42 2010 +0400
Исправлена ошибка в роутере
diff --git a/QFW/QuickFW/Router.php b/QFW/QuickFW/Router.php
index d55fb27..353326e 100644
--- a/QFW/QuickFW/Router.php
+++ b/QFW/QuickFW/Router.php
@@ -451,7 +451,7 @@ SREG;
$MCA['Action'] = strtr($aname,'.','_');
$MCA['Type'] = $type;
- if (in_array($MCA['Action'], $this->classes[$class_key]['a']))
+ if (in_array($MCA['Action'].$MCA['Type'], $this->classes[$class_key]['a']))
array_shift($data);
else
{
-----------------------------------------------------------------------
Summary of changes:
QFW/QuickFW/Router.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
quickfw
|