[Bug 911] Changed - horde/lib/Maintenance.php uses exit instead of return in runMaintenance()

bugs@bugs.horde.org bugs@bugs.horde.org
Tue, 19 Mar 2002 06:11:52 -0400


http://bugs.horde.org/show_bug.cgi?id=911

*** shadow/911	Mon Mar 18 23:02:38 2002
--- shadow/911.tmp.2127	Tue Mar 19 06:11:52 2002
***************
*** 3,10 ****
  Version: 2.0 Stable
  Platform: PHP Code
  OS/Version: HP-UX
! Status: NEW   
! Resolution: 
  Severity: minor
  Priority: P4
  Component: Core
--- 3,10 ----
  Version: 2.0 Stable
  Platform: PHP Code
  OS/Version: HP-UX
! Status: RESOLVED   
! Resolution: INVALID
  Severity: minor
  Priority: P4
  Component: Core
***************
*** 72,74 ****
--- 72,79 ----
  
  Ged Lodder
  
+ 
+ ------- Additional Comments From jan@horde.org  03/19/02 06:11 -------
+ This is not correct. We send a redirect header before the exit call and that's 
+ how it is intended. The user shouldn' get back to page where runMaintenance() 
+ is called but redirected to the maintenance confirmation screen instead.