Index: branches/2.8.x/wb/framework/class.wb.php
===================================================================
--- branches/2.8.x/wb/framework/class.wb.php	(revision 1152)
+++ branches/2.8.x/wb/framework/class.wb.php	(revision 1153)
@@ -302,9 +302,9 @@
 		if ( $auto_footer == true ) {
 			if ( method_exists($this, "print_footer") ) {
 				$this->print_footer();
-				exit();
 			}
 		}
+		exit();
 	}
 
 	// Validate send email
