From 134f9082fd6e63ac5d1fade161584f02aa03095e Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 8 Feb 2014 11:53:45 +0000 Subject: [PATCH] fix typo --- ext/admin/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")