diff options
author | Tom Needham <tom@owncloud.com> | 2012-07-30 10:51:48 +0000 |
---|---|---|
committer | Tom Needham <tom@owncloud.com> | 2012-07-30 10:51:48 +0000 |
commit | cbc0f0c1c5c5ad9ecc1b20c0f0aee7b4ea564579 (patch) | |
tree | 8d2a6f45f6dcee15af97740615648f4e3927b52a /settings | |
parent | 138c66a2ba1fdc7b44297bfe8498c200d6d2f250 (diff) | |
download | nextcloud-server-cbc0f0c1c5c5ad9ecc1b20c0f0aee7b4ea564579.tar.gz nextcloud-server-cbc0f0c1c5c5ad9ecc1b20c0f0aee7b4ea564579.zip |
Include the css for the OAuth page
Diffstat (limited to 'settings')
-rw-r--r-- | settings/oauth.php | 1 |
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; |