Explorar o código

[Debug] Show errors

Foppe Hemminga %!s(int64=5) %!d(string=hai) anos
pai
achega
e3592dea79
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      snippets.php

+ 1 - 1
snippets.php

@@ -228,7 +228,7 @@ QUERY;
 	$stmt = $pdo->prepare($query);
 	// $player = $_REQUEST['player'];
 	// $maintainer = $_REQUEST['maintainer'];
-	$stmt->execute( [$maintainer, $player] );
+	$stmt->execute( [$maintainer[0], $player] );
 	$row = $stmt->fetch();
 
 	$snippets[4] = <<<HTML