summaryrefslogtreecommitdiff
path: root/admin_site_other.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin_site_other.php')
-rw-r--r--admin_site_other.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin_site_other.php b/admin_site_other.php
index f5c8581064..017eddae2f 100644
--- a/admin_site_other.php
+++ b/admin_site_other.php
@@ -2,7 +2,7 @@
// Miscellaneous administrative functions
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Partly Derived from PhpGedView
// Copyright (C) 2002 to 2010 PGV Development Team. All rights reserved.
@@ -19,7 +19,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
define('WT_SCRIPT_NAME', 'admin_site_other.php');
require './includes/session.php';
@@ -65,7 +65,7 @@ $controller
</tr>
<tr>
<td>
- <a href="#" onclick="window.open('addmedia.php?action=showmediaform&amp;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>