fix syntax-error in getLanguages, thx to Sephi, refs #1306

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-11-22 22:46:48 +01:00
parent 000bf6aebc
commit 02f7a56aeb

View File

@@ -19,7 +19,7 @@
function getLanguages() {
$result_stmt = Database::query("SELECT * FROM `" . TABLE_PANEL_LANGUAGE . "` ";
$result_stmt = Database::query("SELECT * FROM `" . TABLE_PANEL_LANGUAGE . "` ");
$languages_array = array();
while ($row = $result_stmt->fetch(PDO::FETCH_ARRAY)) {