Refactored a bunch of the display logic, added handling to avoid the infinite redirect loop in the controller.
This commit is contained in:
parent
4307594ab5
commit
6bd87d270d
5 changed files with 171 additions and 110 deletions
|
@ -45,6 +45,7 @@ class Display_XML extends Display_Common
|
|||
* @access private
|
||||
* @param array $array array to convert into XML
|
||||
* @return string generated XML
|
||||
* @todo Method sucks, should replace
|
||||
*/
|
||||
private function arrayToXML($array)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue