Fix return value of getAllowedPreviousVersions()
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
397feb9e8d
commit
b8c749b903
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class Updater extends BasicEmitter {
|
|||
// this should really be a JSON file
|
||||
require \OC::$SERVERROOT . '/version.php';
|
||||
/** @var array $OC_VersionCanBeUpgradedFrom */
|
||||
return implode('.', $OC_VersionCanBeUpgradedFrom);
|
||||
return $OC_VersionCanBeUpgradedFrom;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue