aboutsummaryrefslogtreecommitdiff
path: root/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'controllers')
-rw-r--r--controllers/archive.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/controllers/archive.php b/controllers/archive.php
index c731a54..8d0151e 100644
--- a/controllers/archive.php
+++ b/controllers/archive.php
@@ -354,6 +354,7 @@ class DownloadPage {
$this->downloadSource($dom, $folder_path, 'link', 'href', $simular_pages);
$this->downloadSource($dom, $folder_path, 'script', 'src', $simular_pages);
$this->downloadSource($dom, $folder_path, 'img', 'src', $simular_pages);
+ $this->downloadSource($dom, $folder_path, 'frame', 'src', $simular_pages);
$this->updatePageTitle($dom);