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 e6a6e4c525528920929d974ef7027f8d94b0a452 (commit)
from 0540b977bca89f875823bc1b307c0e65ec4446ef (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 e6a6e4c525528920929d974ef7027f8d94b0a452
Author: Ivan1986 <iva...@li...>
Date: Tue Apr 27 11:52:02 2010 +0400
Исправлена мелкая ошибка в роутере
diff --git a/QFW/QuickFW/Router.php b/QFW/QuickFW/Router.php
index 4505fc1..8f2a14b 100644
--- a/QFW/QuickFW/Router.php
+++ b/QFW/QuickFW/Router.php
@@ -456,7 +456,7 @@ SREG;
else
{
$aname = $this->classes[$class_key]['defA'];
- $MCA['Action'] = $aname;
+ $MCA['Action'] = strtr($aname,'.','_');
$MCA['Type'] = $type;
if (!in_array($aname.$type,$this->classes[$class_key]['a']))
{
-----------------------------------------------------------------------
Summary of changes:
QFW/QuickFW/Router.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
quickfw
|