Skip to content

Commit 5a6c87a

Browse files
Change max nr plugin per page to 50
1 parent d190bb6 commit 5a6c87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/content/jtrackgallery_maps/jtrackgallery_maps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ private function renderJtrackGalleryMapsPlugin(&$row, &$params, $page = 0) {
153153
' <a href="#" id="popup-closer" class="ol-popup-closer"></a>'.
154154
' <div id="popup-content"></div> </div>'."\n";
155155
}
156-
if ($this->map_count < 10)
156+
if ($this->map_count < 50)
157157
{
158158
$plg_html .= $this->rendermap($plgParams, $plg_call_params);
159159
$linktarget = '';

0 commit comments

Comments
 (0)