Skip to content

Commit

Permalink
Fix application.php
Browse files Browse the repository at this point in the history
Signed-off-by: Tobia De Koninck <[email protected]>
  • Loading branch information
LEDfan committed Feb 10, 2018
1 parent e8136e4 commit 6ee3ea7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appinfo/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ public function __construct(array $urlParams=array()){
$c->query('OJSXC_UserId'),
$c->query('Host'),
$c->query('MessageMapper'),
$c->query('UserProvider')
$c->query('UserProvider'),
$c->query('OCP\ILogger')
);
});

Expand Down

0 comments on commit 6ee3ea7

Please sign in to comment.