Minor - added a \"}\" to syntax error

skala
Arthur Portugal 16 years ago
parent ca2ed6163e
commit 3dd25788c2
  1. 2
      main/install/update-files-1.8.6.2-1.8.7.inc.php

@ -26,7 +26,7 @@ if (defined('SYSTEM_INSTALLATION')) {
if (stripos($line, '$_configuration[\'dokeos_version\']') !== false) {
$found_version = true;
$line = '$_configuration[\'system_version\'] = \''.$new_version.'\';'."\r\n";
elseif (stripos($line, '$_configuration[\'system_version\']') !== false) {
} elseif (stripos($line, '$_configuration[\'system_version\']') !== false) {
$found_version = true;
$line = '$_configuration[\'system_version\'] = \''.$new_version.'\';'."\r\n";
} elseif (stripos($line, '$_configuration[\'dokeos_stable\']') !== false) {

Loading…
Cancel
Save