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 e7fcdf652063fa53fa4407e9acaf9b65c4ccb8d7 (commit)
from 051454035ba7290215e818d1c6ca33b83f008fd9 (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 e7fcdf652063fa53fa4407e9acaf9b65c4ccb8d7
Author: Ivan1986 <iva...@li...>
Date: Mon Apr 5 18:14:25 2010 +0400
В JsHttp не передвалась кодировка
diff --git a/QFW/Init.php b/QFW/Init.php
index c1ad31f..d5c9502 100644
--- a/QFW/Init.php
+++ b/QFW/Init.php
@@ -79,7 +79,8 @@ class QFW
{
require_once LIBPATH.'/JsHttpRequest.php';
//QFW::$libs['JsHttpRequest'] для совместимости со старым вариантом
- self::$ajax = QFW::$libs['JsHttpRequest'] = new JsHttpRequest('utf-8');
+ self::$ajax = QFW::$libs['JsHttpRequest'] = new
+ JsHttpRequest(self::$config['host']['encoding']);
self::$view->mainTemplate = '';
}
-----------------------------------------------------------------------
Summary of changes:
QFW/Init.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
quickfw
|