git.cweiske.de
/
grauphel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1a04e6
)
Remove unneeded constructor parameter
author
Christian Weiske
<
[email protected]
>
Sun, 27 Mar 2016 17:57:32 +0000
(19:57 +0200)
committer
Christian Weiske
<
[email protected]
>
Sun, 27 Mar 2016 17:57:32 +0000
(19:57 +0200)
lib/tokenstorage.php
patch
|
blob
|
history
diff --git
a/lib/tokenstorage.php
b/lib/tokenstorage.php
index a184d8ef8ada9eda2ae586ec2d384f98c46a1025..94526b16fb497a1dc1ec014d99060875b3774207 100644
(file)
--- 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();
}