Ich habe im Frondend die Ergebniss anzeifge verbessert

This commit is contained in:
ProgrammGamer
2026-01-30 17:08:58 +01:00
parent 440956320d
commit 7a45a78753
2 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ add_shortcode('konficastle_workshopwahl', function($atts) {
$wahl = $wpdb->get_row($wpdb->prepare("SELECT * FROM {$wpdb->prefix}kc_wahlen WHERE id=%d", $wahl_id));
if(!$wahl || !$wahl->freigegeben) {
return $debug_output . '<div class="kc-error-msg">Die Workshopwahl ist aktuell nicht freigeschaltet.</div>';
return $debug_output . '<div class="kc-error-msg"></div>';
}
// Ermittle erlaubte Workshops pro Phase für diese Wahl.