summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-02-13 15:01:24 +0000
committerGreg Roach <fisharebest@gmail.com>2014-02-13 15:01:24 +0000
commitecc45724574ce1496c228422d51fa8ac225bf8cf (patch)
tree8a61b6c4d56eab7fdf3d000b120dd551d31c2215
parent72789bf6d247c93c02631a7f0a57919a12ff040a (diff)
downloadwebtrees-ecc45724574ce1496c228422d51fa8ac225bf8cf.tar.gz
webtrees-ecc45724574ce1496c228422d51fa8ac225bf8cf.tar.bz2
webtrees-ecc45724574ce1496c228422d51fa8ac225bf8cf.zip
Wrong file shown in list of old files to delete
-rw-r--r--admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin.php b/admin.php
index 16845de46d..7945160396 100644
--- a/admin.php
+++ b/admin.php
@@ -123,8 +123,8 @@ $stats = new WT_Stats(WT_GEDCOM);
<?php echo WT_I18N::translate('Files have been found from a previous version of webtrees. Old files can sometimes be a security risk. You should delete them.'); ?>
</p>
<ul>
- <?php foreach ($old_files as $file) { ?>
- <li dir="ltr"><?php echo $path; ?></li>
+ <?php foreach ($old_files as $old_file) { ?>
+ <li dir="ltr"><?php echo $old_file; ?></li>
<?php } ?>
</ul>
</div>