From a837c6a5379c25ba3304d230760a83f94461b11b Mon Sep 17 00:00:00 2001 From: Artur Bodera Date: Thu, 26 Jul 2012 15:31:09 +0200 Subject: [PATCH] Update Skeleton to ZF2 RC1. - updated zf2 submodule. - removed ->send() from index.php because it has been deprecated (more info: https://github.com/Thinkscape/zf2/commit/37747bd608d9b75dc340c4ff8b991ff3706dd4de) --- public/index.php | 2 +- vendor/ZF2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.php b/public/index.php index a39cf1e..2891a0c 100644 --- a/public/index.php +++ b/public/index.php @@ -9,4 +9,4 @@ chdir(dirname(__DIR__)); include 'init_autoloader.php'; // Run the application! -Zend\Mvc\Application::init(include 'config/application.config.php')->run()->send(); +Zend\Mvc\Application::init(include 'config/application.config.php')->run(); diff --git a/vendor/ZF2 b/vendor/ZF2 index 725fb6f..c34e65a 160000 --- a/vendor/ZF2 +++ b/vendor/ZF2 @@ -1 +1 @@ -Subproject commit 725fb6fd85334b3183b2bbca49d7b0f2fe301db1 +Subproject commit c34e65aca73902b311a374b2f4a0a1d4ee9bf792 -- 1.7.10.4