Changeset 2614:db6f6a1f4f25 for admin/media.php
- Timestamp:
- 12/11/13 11:35:57 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/media.php
r2582 r2614 75 75 76 76 $page_url = 'media.php?popup='.$popup.'&post_id='.$post_id; 77 $page_url = $core->callBehavior('adminMediaURL',$page_url); 77 78 78 79 if ($popup) { … … 575 576 } 576 577 } else { 577 $link = 578 'media_item.php?id='.$f->media_id.'&popup='.$popup.'&post_id='.$post_id;578 $link = 'media_item.php?id='.$f->media_id.'&popup='.$popup.'&post_id='.$post_id; 579 $link = $core->callBehavior('adminMediaURL',$link); 579 580 } 580 581
Note: See TracChangeset
for help on using the changeset viewer.