setAction

View Paste
  1.  
  2. /*from app_controller*/
  3.  
  4. function renderXmlErrors($errors) {
  5.         //debugging shite
  6.     ...
why on earth is renderXmlErrors called twice and what could i do to prevent it(without abysmal ha...