Skip to content

Commit 0cefa1b

Browse files
authored
Merge pull request #110 from wdammak/patch-7
Update AdminAddHotelController.php
2 parents 0fb461f + c4ec344 commit 0cefa1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/hotelreservationsystem/controllers/admin/AdminAddHotelController.php

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ public function renderForm()
144144
if ($hotelAllImages = $objHotelImage->getAllImagesByHotelId($idHotel)) {
145145
foreach ($hotelAllImages as &$image) {
146146
$image['image_link'] = $this->context->link->getMediaLink(_MODULE_DIR_.$this->module->name.'/views/img/hotel_img/'.$image['hotel_image_id'].'.jpg');
147-
$image['hotel_image_id'].'.jpg';
148147
}
149148
$smartyVars['hotelImages'] = $hotelAllImages;
150149
}

0 commit comments

Comments
 (0)