fix typo
This commit is contained in:
parent
88432215ce
commit
134f9082fd
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user