diff options
| -rw-r--r-- | lib/tokenstorage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tokenstorage.php b/lib/tokenstorage.php index a184d8e..94526b1 100644 --- a/lib/tokenstorage.php +++ b/lib/tokenstorage.php @@ -31,7 +31,7 @@ class TokenStorage */ protected $db; - public function __construct($urlGen) + public function __construct() { $this->db = \OC::$server->getDatabaseConnection(); } |
