aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-01-31 01:12:40 +0000
committerrvelices <rv-github@modusoptimus.com>2008-01-31 01:12:40 +0000
commite3a7b726d2fda5a8b32eeb0c9b24cfd908d0dee7 (patch)
treee20076af9c0105e7739097f6287ec21eec8cd02b
parent7bb12f4f481639547b7aabd38eb044eb1f942c66 (diff)
- 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
-rw-r--r--picture.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.php b/picture.php
index bbb806cd9..c933f07df 100644
--- a/picture.php
+++ b/picture.php
@@ -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',