ZF-6300: Unused variables in Zend_Controller_Action_Helper_Redirector::setGotoUrl()
Description
There are three unused variables ($exit, $prependBase, $code) in setGotoUrl()-method of Zend_Controller_Action_Helper_Redirector.
There are three unused variables ($exit, $prependBase, $code) in setGotoUrl()-method of Zend_Controller_Action_Helper_Redirector.
Comments
Posted by Jan Pieper (jpieper) on 2009-04-15T03:56:46.000+0000
Attached diff to remove unused variables.
Posted by Matthew Weier O'Phinney (matthew) on 2009-04-15T05:18:15.000+0000
Patch applied to trunk -- thanks!