Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Henni committed Jan 12, 2016
1 parent 7f0b0d7 commit a657443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appinfo/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public function __construct (array $urlParams=array()) {
return new DeviceMapper(
$c->query('ServerContainer')->getDb()
);
});

$container->registerService('RootFolder', function($c) {
return $this->getContainer()->getServer()->getRootFolder();
Expand Down

0 comments on commit a657443

Please sign in to comment.