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 8fedff2c3a38b5b885efefee2263bd43828709cf (commit)
from d1771c436ef9b264a6a797b4fc611990fe200cdd (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 8fedff2c3a38b5b885efefee2263bd43828709cf
Author: Ivan Borzenkov <iva...@li...>
Date: Wed Apr 6 04:51:16 2011 +0400
Ненужный вызов в саброутинге
diff --git a/QFW/sub.php b/QFW/sub.php
index a584062..47c3ec1 100644
--- a/QFW/sub.php
+++ b/QFW/sub.php
@@ -13,9 +13,6 @@ class QFW extends \QFW
*/
static public function Init()
{
- //подключаем модули и библиотеки
- self::modules();
-
static::$router = new \QuickFW_Router(dirname(__FILE__), __NAMESPACE__);
}
diff --git a/application/default/test/sub.php b/application/default/test/sub.php
index 5aea2db..f20b564 100644
--- a/application/default/test/sub.php
+++ b/application/default/test/sub.php
@@ -13,9 +13,6 @@ class QFW extends \QFW
*/
static public function Init()
{
- //подключаем модули и библиотеки
- self::modules();
-
static::$router = new \QuickFW_Router(dirname(__FILE__), __NAMESPACE__);
}
-----------------------------------------------------------------------
Summary of changes:
QFW/sub.php | 3 ---
application/default/test/sub.php | 3 ---
2 files changed, 0 insertions(+), 6 deletions(-)
hooks/post-receive
--
quickfw
|