summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2013-07-05 20:50:38 +0000
committerfisharebest <fisharebest@gmail.com>2013-07-05 20:50:38 +0000
commit9800a2b9bed0709fbf9679682318c1019c07cd55 (patch)
tree587c3a27b105cdc60b2677dd32a51d9377cfcfc9
parent6d9492f781c821172db4023a47a26ea6412ad198 (diff)
downloadwebtrees-9800a2b9bed0709fbf9679682318c1019c07cd55.tar.gz
webtrees-9800a2b9bed0709fbf9679682318c1019c07cd55.tar.bz2
webtrees-9800a2b9bed0709fbf9679682318c1019c07cd55.zip
Fix typo
-rw-r--r--addmedia.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/addmedia.php b/addmedia.php
index 5c1284f3d8..4fc0367534 100644
--- a/addmedia.php
+++ b/addmedia.php
@@ -346,7 +346,7 @@ case 'update': // Save the information from the “editmedia” action
$oldServerFile = $media->getServerFilename('main');
$oldServerThumb = $media->getServerFilename('thumb');
- $newmedia = new WT_Media("xxx", "0 @xxx@ OBJE\n1 FILE " . $newFilename), null, WT_GED_ID;
+ $newmedia = new WT_Media("xxx", "0 @xxx@ OBJE\n1 FILE " . $newFilename, null, WT_GED_ID);
$newServerFile = $newmedia->getServerFilename('main');
$newServerThumb = $newmedia->getServerFilename('thumb');