Skip to content

Commit 072bc28

Browse files
committed
Fix path to crawled site from caches-page
1 parent b1f29e0 commit 072bc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/caches-page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<td><?php echo $exported_site_file_count; ?> files, using <?php echo $exported_site_disk_space; ?>
116116
<br>
117117

118-
<a href="file://<?php echo $uploads_path; ?>wp2static-exported-site" />Path</a>
118+
<a href="file://<?php echo \WP2Static\StaticSite::getPath(); ?>" />Path</a>
119119

120120
</td>
121121
<td>

0 commit comments

Comments
 (0)