aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-09-30 21:22:22 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-09-30 21:22:22 +0200
commitf38e545235173bb145e4b1c9c29dc2960a0a3389 (patch)
tree2e698d7350d6fdff60c80b8928cbb6f5f19fc708 /lib
parent37e17f2198f4629fb7d4ec2ed68d96f664ec55ad (diff)
downloadgrauphel-f38e545235173bb145e4b1c9c29dc2960a0a3389.tar.gz
grauphel-f38e545235173bb145e4b1c9c29dc2960a0a3389.zip
fix owncloud.log notices
Diffstat (limited to 'lib')
-rw-r--r--lib/tokenstorage.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tokenstorage.php b/lib/tokenstorage.php
index 4b5f420..b9689ab 100644
--- a/lib/tokenstorage.php
+++ b/lib/tokenstorage.php
@@ -29,11 +29,11 @@ class TokenStorage
/**
* Store the given token
*
- * @param OAuth_Token $token Token object to store
+ * @param Token $token Token object to store
*
* @return void
*/
- public function store(OAuth_Token $token)
+ public function store(Token $token)
{
\OC_DB::executeAudited(
'INSERT INTO `*PREFIX*grauphel_oauth_tokens`'