add a linebreak just in case some customizations did not end their lines with a linebreak

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2016-03-15 17:17:06 +01:00
parent a849f35469
commit 3294bbf9b4

View File

@@ -3166,7 +3166,7 @@ if (isFroxlorVersion('0.9.35-rc1') && isDatabaseVersion('0')) {
if (isDatabaseVersion('201603070')) {
showUpdateStep("Adding new php.ini directive to php-configurations: opcache.restrict_api");
Database::query("UPDATE `" . TABLE_PANEL_PHPCONFIGS ."` SET `phpsettings` = CONCAT(`phpsettings`, 'opcache.restrict_api = \"{DOCUMENT_ROOT}\"\r\n');");
Database::query("UPDATE `" . TABLE_PANEL_PHPCONFIGS ."` SET `phpsettings` = CONCAT(`phpsettings`, '\r\nopcache.restrict_api = \"{DOCUMENT_ROOT}\"\r\n');");
lastStepStatus(0);
updateToDbVersion('201603150');