aboutsummaryrefslogtreecommitdiffstats
path: root/picture.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-01-31 01:14:25 +0000
committerrvelices <rv-github@modusoptimus.com>2008-01-31 01:14:25 +0000
commit785dfabc00f74ad5405f0c237e55237e27c4db94 (patch)
treede125e2193da9c21522caecb696ab658e0e04dcb /picture.php
parent69159c0e9238fd369dca2181af6fb9de47b14440 (diff)
merge 2203 from branch-1_7 to trunk
- small correction (the prefetch of nezt image was not correct on non image pages generating 404 errors) git-svn-id: http://piwigo.org/svn/trunk@2204 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'picture.php')
-rw-r--r--picture.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.php b/picture.php
index 7530b5f1b..ad8f67700 100644
--- a/picture.php
+++ b/picture.php
@@ -494,7 +494,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',