diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-02-21 15:43:54 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-02-21 15:43:54 +0100 |
commit | f86dffd56c0971372900d1f4a9fba879e69952e7 (patch) | |
tree | b00b49696fafcd763c8918a5f10e7f3d0b134ec0 /lib/base.php | |
parent | d1c392d9adc28f17ef90eb3e515f9622159c64b9 (diff) | |
parent | aa0bcf7ba45d004b0c0226fd07696f9f224f9c1c (diff) | |
download | nextcloud-server-f86dffd56c0971372900d1f4a9fba879e69952e7.tar.gz nextcloud-server-f86dffd56c0971372900d1f4a9fba879e69952e7.zip |
Merge branch 'master' into recursive-mkdir-local
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php index a5f064bdb4b..84177c7ba6c 100644 --- a/lib/base.php +++ b/lib/base.php @@ -332,6 +332,7 @@ class OC { } OC_Util::addStyle("styles"); + OC_Util::addStyle("mobile"); OC_Util::addStyle("icons"); OC_Util::addStyle("apps"); OC_Util::addStyle("fixes"); |