Index: branches/feature-module-update/html/input_zip.php
===================================================================
--- branches/feature-module-update/html/input_zip.php	(revision 16326)
+++ branches/feature-module-update/html/input_zip.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_InputZip_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
