Changeset 29266 for extensions/community
- Timestamp:
- Aug 25, 2014, 10:21:51 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/community/add_photos.php
r26562 r29266 324 324 foreach ($page['thumbnails'] as $idx => $thumbnail) 325 325 { 326 if (preg_match('/ image_id=(\d+)/', $thumbnail['link'], $matches))326 if (preg_match('/page=photo-(\d+)/', $thumbnail['link'], $matches)) 327 327 { 328 328 $page['thumbnails'][$idx]['link'] = make_picture_url(
Note: See TracChangeset
for help on using the changeset viewer.