More work on polls and themes

This commit is contained in:
Daisuke
2020-04-21 17:42:31 -05:00
parent d34a7c7ced
commit f59049c3c2
18 changed files with 281 additions and 103 deletions

View File

@ -41,7 +41,7 @@ if (isset($_GET['action']) && $_GET['action'] == "settings"){
$user_settings['replies'] = ($value == "on" ? "on" : "off");
break;
case "setreblog":
case "reblog":
$user_settings['reblog'] = ($value == "on" ? "on" : "off");
break;