commit e447678a289de061e2aea8da7cf52dbd3620dcb5
parent 7769ba6bf1c75fa78decd53412c487ee00a532dc
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 17 Jan 2015 10:40:57 +0100
lol
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->fetch_object("email");
+ $allowed_user = $resultat->fetch_object("*");
#}
#$resultat->close();
}