Changeset 3121
- Timestamp:
- 04/14/08 20:26:31 (3 months ago)
- Files:
-
- trunk/Solar/Controller/Page.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Solar/Controller/Page.php
r3028 r3121 783 783 784 784 // are we asking for a non-default format? 785 if ($this->_format) { 785 // the trim() lets us get a string-zero format. 786 if (trim($this->_format) != '') { 786 787 787 788 // what formats does the action allow? 788 789 $action_format = $this->_getActionFormat($this->_action); 789 790 790 791 // does the action support the requested format? 791 792 if (in_array($this->_format, $action_format)) {
