Ticket #1904 (closed defect: fixed)
admin/media.php links broken
Reported by: | bruno | Owned by: | nikrou |
---|---|---|---|
Priority: | normal | Milestone: | 2.7 |
Component: | module:mediamanager | Version: | dev |
Severity: | normal | Keywords: | |
Cc: |
Description
Changeset [2614] breaks the links inside admin/media.php page.
In the following code
$page_url = 'media.php?popup='.$popup.'&post_id='.$post_id; $page_url = $core->callBehavior('adminMediaURL',$page_url);
if adminMediaURL is not defined, $page_url is set to empty string.
Change History
comment:3 Changed 11 years ago by Nicolas <nikrou77@…>
- Status changed from new to closed
- Resolution set to fixed
(In [c47621d6be97]) Fix incorrect link returned by adminMediaURL behavior. Closes #1904
comment:4 Changed 11 years ago by franck
- Status changed from closed to reopened
- Resolution fixed deleted
Sur deux navigateurs différents (Chrome canary et Firefox nightly) j'ai une belle page blanche sur la 1re popup d'insertion de média.
C'est moi ou bien ?
comment:5 Changed 11 years ago by Nicolas <nikrou77@…>
- Status changed from reopened to closed
- Resolution set to fixed
(In [ef52d81a5941]) Close #1904. Make it works for very old php versions !! :-)
Note: See
TracTickets for help on using
tickets.
(In [0921b5b4efc8]) Temp workaround in media.php, see #1904