Changeset 2203


Ignore:
Timestamp:
Jan 31, 2008, 2:12:40 AM (16 years ago)
Author:
rvelices
Message:
  • small correction (the prefetch of nezt image was not correct on non image pages generating 404 errors)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_7/picture.php

    r2154 r2203  
    489489
    490490if (isset($picture['next']['image_url'])
    491     and isset($picture['next']['is_picture']))
     491    and $picture['next']['is_picture'] )
    492492{
    493493  $template->assign_block_vars(
Note: See TracChangeset for help on using the changeset viewer.