mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-03 08:22:24 +02:00
- small correction (the prefetch of nezt image was not correct on non image pages generating 404 errors)
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2203 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -488,7 +488,7 @@ $picture = trigger_event('picture_pictures_data', $picture);
|
||||
|
||||
|
||||
if (isset($picture['next']['image_url'])
|
||||
and isset($picture['next']['is_picture']))
|
||||
and $picture['next']['is_picture'] )
|
||||
{
|
||||
$template->assign_block_vars(
|
||||
'prefetch',
|
||||
|
||||
Reference in New Issue
Block a user