commit dcd4affa5a38998775f8555b5d698c2bfe1d2d01
parent 570c591cd47cfaf1c49f4646d5a161396b770859
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 17 Jan 2015 10:38:25 +0100
It failed :D
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php
@@ -36,7 +36,7 @@ if (mysqli_connect_errno()) {
$user = "test";
if ($resultat = $connection->query('SELECT email FROM allowed_user')) {
while($daten = $resultat->fetch_object() ){
- $allowed_user = $resultat->email;
+ $allowed_user = $daten->email;
}
#$resultat->close();
}