[Agavi-Commits] r4911 - branches/david-httpcaching/src/controller

0 views
Skip to first unread message

com...@lists.agavi.org

unread,
Dec 26, 2011, 11:21:05 AM12/26/11
to com...@lists.agavi.org
Author: david
Date: 2011-12-26 17:21:02 +0100 (Mon, 26 Dec 2011)
New Revision: 4911

Modified:
branches/david-httpcaching/src/controller/AgaviExecutionContainer.class.php
Log:
use getActionInstance() in initRequestData(), refs #1398

Modified: branches/david-httpcaching/src/controller/AgaviExecutionContainer.class.php
===================================================================
--- branches/david-httpcaching/src/controller/AgaviExecutionContainer.class.php 2011-12-26 16:19:15 UTC (rev 4910)
+++ branches/david-httpcaching/src/controller/AgaviExecutionContainer.class.php 2011-12-26 16:21:02 UTC (rev 4911)
@@ -300,7 +300,7 @@
*/
protected function initRequestData()
{
- if($this->actionInstance->isSimple()) {
+ if($this->getActionInstance()->isSimple()) {
if($this->arguments !== null) {
// clone it so mutating it has no effect on the "outside world"
$this->requestData = clone $this->arguments;


_______________________________________________
Agavi Commits Mailing List
com...@lists.agavi.org
http://lists.agavi.org/mailman/listinfo/commits

Reply all
Reply to author
Forward
0 new messages