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 b92c178fa206f6cd2eaf4cf26a0a318f0e079cbd (commit)
from 3ae7582099befdcbdedc899114b5118d2f75152c (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 b92c178fa206f6cd2eaf4cf26a0a318f0e079cbd
Author: Ivan1986 <iva...@li...>
Date: Mon May 24 15:42:16 2010 +0400
Исправлена ошибка в Url - в случае передачи на деф. экшен двойной /
diff --git a/QFW/QuickFW/Url.php b/QFW/QuickFW/Url.php
index 5a6cd2d..4dbd8ea 100644
--- a/QFW/QuickFW/Url.php
+++ b/QFW/QuickFW/Url.php
@@ -111,7 +111,7 @@ class Url
$this->ancor = $ancor ? ltrim($ancor, '#') : $url->ancor;
return;
}
- $this->u = $begin.trim($url, QuickFW_Router::PATH_SEPARATOR);
+ $this->u = trim($begin.$url, QuickFW_Router::PATH_SEPARATOR);
$this->get = $get;
$this->ancor = ltrim($ancor, '#');
if (self::$config['delDef'])
-----------------------------------------------------------------------
Summary of changes:
QFW/QuickFW/Url.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
quickfw
|