More work on polls and themes
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user