debug
This commit is contained in:
@ -101,7 +101,7 @@ function votesForm($path, $libelle = "", $method = 0)
|
||||
$db = new db();
|
||||
$query = "SELECT *m FROM methods"; // clotûre
|
||||
$db->query($query);
|
||||
$methods = $db->result::fetch_all(MYSQLI_ASSOC);
|
||||
$methods = $db->result->fetch_all(MYSQLI_ASSOC);
|
||||
if (!(array_key_exists($method, $methods)))
|
||||
{
|
||||
print(_("L'ID de la méthode demandée n'est pas bonne " . __file__ . __LINE__));
|
||||
|
Reference in New Issue
Block a user