rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 6069c383326a3b99524f07306e36bc1e049f5f74
parent e447678a289de061e2aea8da7cf52dbd3620dcb5
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 17 Jan 2015 10:43:29 +0100

won't work:/

Diffstat:
Mthemes/jumbotron/admin.php | 2+-
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("*"); + $allowed_user = $resultat->fetch_object(*); #} #$resultat->close(); }