diff --git a/ext/admin/theme.php b/ext/admin/theme.php index 96ac08e8..f95b34c4 100644 --- a/ext/admin/theme.php +++ b/ext/admin/theme.php @@ -38,7 +38,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_user", false); + $html .= $this->button("Recount tag use", "recount_tag_use", false); $html .= $this->button("Download all images", "image_dump", false); $html .= $this->button("Download database contents", "database_dump", false); if($database->get_driver_name() == "mysql")