Skip to content

Commit

Permalink
Suppress include error
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Aug 21, 2020
1 parent a33c9a6 commit 5a04b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "roundcube-plugin",
"description": "OpenID Connect 1.0 login plugin for roundcube",
"license": "MIT",
"version": "1.2.8",
"version": "1.2.9",
"authors": [
{
"name": "Varun Patil",
Expand Down
2 changes: 1 addition & 1 deletion roundcube_oidc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

// Require composer autoload for direct installs
include __DIR__ . '/vendor/autoload.php';
@include __DIR__ . '/vendor/autoload.php';

use Jumbojett\OpenIDConnectClient;

Expand Down

0 comments on commit 5a04b2d

Please sign in to comment.