diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-02-13 15:01:24 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-02-13 15:01:24 +0000 |
| commit | ecc45724574ce1496c228422d51fa8ac225bf8cf (patch) | |
| tree | 8a61b6c4d56eab7fdf3d000b120dd551d31c2215 | |
| parent | 72789bf6d247c93c02631a7f0a57919a12ff040a (diff) | |
| download | webtrees-ecc45724574ce1496c228422d51fa8ac225bf8cf.tar.gz webtrees-ecc45724574ce1496c228422d51fa8ac225bf8cf.tar.bz2 webtrees-ecc45724574ce1496c228422d51fa8ac225bf8cf.zip | |
Wrong file shown in list of old files to delete
| -rw-r--r-- | admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
