summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/oauth.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/oauth.php b/settings/oauth.php
index bcf34b04af6..fc158afe26e 100644
--- a/settings/oauth.php
+++ b/settings/oauth.php
@@ -26,6 +26,7 @@ switch($operation){
);
$t = new OC_Template('settings', 'oauth', 'guest');
+ OC_Util::addStyle('settings', 'oauth');
$t->assign('consumer', $consumer);
$t->printPage();
break;