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 927b01ad27928b6657163caa81dcdc723aea1900 (commit)
from 3cbfe4cb084f2e62b605ffafe3defc5bf3205c93 (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 927b01ad27928b6657163caa81dcdc723aea1900
Author: Ivan1986 <iva...@li...>
Date: Fri Jul 16 16:59:43 2010 +0400
Путь к метаформам в скафолдинге
diff --git a/lib/Modules/Scafold/ScafoldController.php b/lib/Modules/Scafold/ScafoldController.php
index 494ba9e..d444e11 100644
--- a/lib/Modules/Scafold/ScafoldController.php
+++ b/lib/Modules/Scafold/ScafoldController.php
@@ -172,7 +172,7 @@ abstract class ScafoldController extends Controller
if (count($filter['form']))
{
- require_once LIBPATH.'/MetaForm/FormPersister.php';
+ require_once LIBPATH.'/HTML/FormPersister.php';
ob_start(array(new HTML_FormPersister(), 'process'));
QFW::$view->assign('filter', $filter['form']);
}
@@ -194,7 +194,7 @@ abstract class ScafoldController extends Controller
public function editAction($id=-1)
{
//инициализация FormPersister
- require_once LIBPATH.'/MetaForm/FormPersister.php';
+ require_once LIBPATH.'/HTML/FormPersister.php';
ob_start(array(new HTML_FormPersister(), 'process'));
$errors = array();
-----------------------------------------------------------------------
Summary of changes:
lib/Modules/Scafold/ScafoldController.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
quickfw
|