Skip to content

Commit 31a4a5f

Browse files
author
Marius Burkard
committed
- fixed syntax error in APS installer, fixes #4722
1 parent 41e2b4d commit 31a4a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/aps_installer.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ private function prepareDatabase($task, $sxe)
306306
$db_id = parent::getXPathValue($sxe, '//db:id');
307307
if(empty($db_id)) return; // No database needed
308308

309-
$mysqlver_res = $app->db->queryOneRecord('SELECT VERSION() as ver;');
309+
$mysqlver_res = $app->db->queryOneRecord('SELECT VERSION() as ver');
310310
$mysqlver = $mysqlver_res['ver'];
311311

312312
$tmp = $app->db->queryOneRecord("SELECT value FROM aps_instances_settings WHERE name = 'main_database_password' AND instance_id = ?", $task['instance_id']);

0 commit comments

Comments
 (0)