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