Changeset 4425
- Timestamp:
- 12/21/12 09:20:25 (1 month ago)
- Files:
-
- vendor/pear/sgl_10/HTML/QuickForm/Controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vendor/pear/sgl_10/HTML/QuickForm/Controller.php
r4351 r4425 138 138 { 139 139 // the names of the action and page should be saved 140 list($page, $action) = $this->_actionName = $this->getActionName(); 140 $this->_actionName = $this->getActionName(); 141 list($page, $action) = $this->_actionName; 141 142 return $this->_pages[$page]->handle($action); 142 143 }