This commit is contained in:
Shoghi Cervantes 2015-01-05 16:15:57 +01:00
parent 9c28f0a5be
commit 53f2f21f2d
No known key found for this signature in database
GPG Key ID: 78464DB0A7837F89

View File

@ -49,7 +49,7 @@ class AutoUpdater{
$version = new VersionString();
if(!$version->isDev() and $this->getChannel() !== "stable"){
$this->showChannelSuggestionStable();
}elseif($this->getChannel() === "stable"){
}elseif($version->isDev() and $this->getChannel() === "stable"){
$this->showChannelSuggestionBeta();
}
}