Skip to content

Commit

Permalink
fix property name
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuhei Tanuma committed Feb 14, 2014
1 parent b2ef838 commit 3b923d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion class/Controller.php
Expand Up @@ -621,7 +621,7 @@ public function getActionForm()

public function setActionName($action_name)
{
$this->actionm = $action_name;
$this->action_name = $action_name;
}

/**
Expand Down Expand Up @@ -1859,5 +1859,10 @@ protected function _selectDSN($type, $dsn_list)

return $dsn_list[$n];
}

public function setActionCli($value)
{
$this->action_cli[$value] = array();
}
}
// }}}

0 comments on commit 3b923d7

Please sign in to comment.