fix download all images not working

This commit is contained in:
Daku
2014-02-18 12:33:10 +00:00
parent 5a4b089a61
commit daad8d00d5
2 changed files with 8 additions and 13 deletions

View File

@@ -39,7 +39,7 @@ class AdminPageTheme extends Themelet {
$html = "";
$html .= $this->button("All tags to lowercase", "lowercase_all_tags", true);
$html .= $this->button("Recount tag use", "recount_tag_use", false);
$html .= $this->button("Download all images", "image_dump", false);
$html .= $this->button("Download all images", "download_all_images", false);
$html .= $this->button("Download database contents", "database_dump", false);
if($database->get_driver_name() == "mysql")
$html .= $this->button("Reset image IDs", "reset_image_ids", true);