NagiosCheck-Script SejourController.php angepasst. http://confluence.app.activate.de/display/Entwicklung/2.1.16+-+Hotfixes Es wird nun der Provider SAYT fest gesetzt. Index: utility/trunk/application/modules/hotel/controllers/SejourController.php =================================================================== diff -u -N -r16632 -r17343 --- utility/trunk/application/modules/hotel/controllers/SejourController.php (.../SejourController.php) (revision 16632) +++ utility/trunk/application/modules/hotel/controllers/SejourController.php (.../SejourController.php) (revision 17343) @@ -34,7 +34,7 @@ set_include_path(get_include_path() . ':' . realpath('../xres/classes/')); // steuerbare Parameter f�r den Test - $this->_provider = (string)$this->getRequest()->getParam('provider', NULL); + $this->_provider = (string)$this->getRequest()->getParam('provider', 'SAYT'); $this->_hotel_code = (string)$this->getRequest()->getParam('hotel_code', 'ANTLTT'); $this->_checkin = (string)$this->getRequest()->getParam('checkin', '2013-10-21'); $this->_checkout = (string)$this->getRequest()->getParam('checkout', '2013-10-27'); @@ -188,4 +188,4 @@ // unterdr�ckt den View Renderprozess $this->getHelper('viewRenderer')->setNoRender(); } -} \ No newline at end of file +} -- Tilo Werner - Systemadministration - activate communication systems GmbH G.-Schumann-Str. 294 04159 Leipzig email: t.werner@activate.de Geschäftsführer: Markus Hartwig, Rainer Jansen Handelsregister: Amtsgericht Leipzig (HRB 21850)
participants (1)
-
Tilo Werner