Sorry for posting here instead of contacting with the author(Ioannis Sannos - Is Open Source).
File
easygallery.phpAt line 316:
\$query = "SELECT h.hid, h.title, h.lid, h.seotitle AS seohot, l.seotitle AS seoloc FROM #__res_hotels h"
\."\n LEFT JOIN #__res_locations l ON l.lid=h.lid"
."\n WHERE h.hid='".$elid."' AND h.published = '1'";
$hotel = $database->loadRow();
Add line:
$database->setQuery($query, '#__', 1, 0);
just before:
$hotel = $database->loadRow();