Fix ctor call in OC\Core\Command\Upgrade

This commit is contained in:
Thomas Müller 2014-11-03 13:53:59 +01:00
parent a4f0483f56
commit 136b0c22c9
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ class Upgrade extends Command {
* @param IConfig $config
*/
public function __construct(IConfig $config) {
parent::__construct();
$this->config = $config;
}