Ignore:
Timestamp:
Jul 27, 2012, 6:11:36 PM (12 years ago)
Author:
mistic100
Message:

if get_photo_sized() is called on picture page, there is a conflict betweens variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ExtendedDescription/main.inc.php

    r17010 r17180  
    442442
    443443    $template->assign(array(
    444       'current' => array(
     444      'ed_image' => array(
    445445        'selected_derivative' => $selected_derivative,
    446         ),
    447       'ALT_IMG' => $picture['file'],
    448       ));
     446        'ALT_IMG' => $picture['file'],
     447      )));
    449448
    450449    // output
Note: See TracChangeset for help on using the changeset viewer.