diff options
Diffstat (limited to 'admin_site_other.php')
| -rw-r--r-- | admin_site_other.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin_site_other.php b/admin_site_other.php index f5c8581064..45bf84bedc 100644 --- a/admin_site_other.php +++ b/admin_site_other.php @@ -65,7 +65,7 @@ $controller </tr> <tr> <td> - <a href="#" onclick="window.open('addmedia.php?action=showmediaform&linktoid=new', '_blank', edit_window_specs); return false;"> + <a href="#" onclick="window.open('addmedia.php?action=showmediaform', '_blank', edit_window_specs); return false;"> <?php echo /* I18N: A media object that is not linked to any other record */ WT_I18N::translate('Create a new media object'); ?> </a> </td> |
