Skip to content

Commit

Permalink
-var_dump()
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeaqingme committed Jun 16, 2012
1 parent 308a23f commit 95a3de3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/Zend/Mvc/Controller/RestfulController.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ public function execute(MvcEvent $e)
$request = $e->getRequest();
$action = $routeMatch->getParam('action', false);
if ($action) {
var_dump($action);
// Handle arbitrary methods, ending in Action
$method = static::getMethodFromAction($action);
if (!method_exists($this, $method)) {
Expand Down

0 comments on commit 95a3de3

Please sign in to comment.