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 43cbd319ff3323a47030803cb70bb0255f7e9752 (commit)
from fc99017693171d54f28990a9e34e57c0f1e30e0e (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 43cbd319ff3323a47030803cb70bb0255f7e9752
Author: Ivan1986 <iva...@li...>
Date: Fri Apr 9 16:18:55 2010 +0400
Мелкая правка в кешене
diff --git a/QFW/QuickFW/Cache.php b/QFW/QuickFW/Cache.php
index db8ac61..3b38942 100644
--- a/QFW/QuickFW/Cache.php
+++ b/QFW/QuickFW/Cache.php
@@ -140,9 +140,10 @@ class Cache
}
// если у нас не пустое пространство имен - юзаем проксирующий класс
- if ($n = (isset($data['namespace']) ? $data['namespace'] : '').$ns)
+ $n = (isset($data['namespace']) ? $data['namespace'] : '').$ns;
+ if ($n)
$c=self::ns($c,$n);
- if (isset($data['tags']) && $data['tags'])
+ if (!empty($data['tags']))
{
require_once(QFWPATH.'/QuickFW/Cacher/TagEmu.php');
$c=new Dklab_Cache_Backend_TagEmuWrapper($c);
-----------------------------------------------------------------------
Summary of changes:
QFW/QuickFW/Cache.php | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
quickfw
|