removed double call of _PageBlue(), as mod_roomReservationPage::endShow() ist already...
[iserv-mod-room-reservation.git] / includes / mod_roomReservationBookingPage.inc
index f01423c..f17d447 100644 (file)
@@ -205,8 +205,6 @@ class mod_roomReservationBookingPage extends mod_roomReservationPage {
       qu($this->getRoom()), _c("room-reservation:Next &gt;"))."</p>\n";
     
     $this->oBt->show();
-    
-    parent::endShow();
   }
 }
 ?>
This page took 0.023632 seconds and 4 git commands to generate.