Skip to content

Commit 5a04b2d

Browse files
committed
Suppress include error
1 parent a33c9a6 commit 5a04b2d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "roundcube-plugin",
44
"description": "OpenID Connect 1.0 login plugin for roundcube",
55
"license": "MIT",
6-
"version": "1.2.8",
6+
"version": "1.2.9",
77
"authors": [
88
{
99
"name": "Varun Patil",

roundcube_oidc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
// Require composer autoload for direct installs
4-
include __DIR__ . '/vendor/autoload.php';
4+
@include __DIR__ . '/vendor/autoload.php';
55

66
use Jumbojett\OpenIDConnectClient;
77

0 commit comments

Comments
 (0)