diff --git a/themes/pr0booru/page.class.php b/themes/pr0booru/page.class.php index 559785f9c..61bd878f6 100644 --- a/themes/pr0booru/page.class.php +++ b/themes/pr0booru/page.class.php @@ -159,7 +159,7 @@ public function render(): void if($deblog) { echo $this->make_logentry("user allowd to see stuff..."); } $baseHref = get_base_href(); if($deblog) { echo $this->make_logentry($baseHref); } - $ratingCtrl = make_form(make_link($baseHref."rating/save_ratingView"), "POST", false, "rtngViewForm"); + $ratingCtrl = make_form(make_link($baseHref."rating/save_ratingView"), false, "rtngViewForm"); # $ratingCtrl = make_form(make_link($baseHref."rating/save_ratingView"), "POST", false, "rtngViewForm", "return validateRatingViewForm();"); $ratingCtrl .= ""; $ratingCtrl .= $this->add_boolFromArray("ratings_default[]", "s", $userRatings, RatingsConfig::USER_DEFAULTS, "Sfw");