Changeset 2678:ef52d81a5941
- Timestamp:
- 03/01/14 15:12:29 (11 years ago)
- Branch:
- default
- Children:
- 2679:bae19d3adbc4, 2696:5c52fa11df28
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/media.php
r2664 r2678 75 75 76 76 $page_url = 'media.php?popup='.$popup.'&post_id='.$post_id; 77 if ( !empty($temp = $core->callBehavior('adminMediaURL',$page_url))) {77 if (($temp = $core->callBehavior('adminMediaURL',$page_url))!='') { 78 78 $page_url = $temp; 79 79 } … … 579 579 } else { 580 580 $link = 'media_item.php?id='.$f->media_id.'&popup='.$popup.'&post_id='.$post_id; 581 if ( !empty($temp = $core->callBehavior('adminMediaURL',$link))) {581 if (($temp = $core->callBehavior('adminMediaURL',$link))!='') { 582 582 $link = $temp; 583 583 }
Note: See TracChangeset
for help on using the changeset viewer.