Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tattoo
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2012-09-07 17:21:03 +0400
committerThomas Mueller <thomas.mueller@tmit.eu>2012-09-07 17:21:03 +0400
commit3e39901ec9b7612db94206d9fe07d3d6b49f74f0 (patch)
tree34258047bd60a00b4593906a1468be530f631a25 /tattoo
parent97a7afb1ebc2bd0ec59ac3dc8a53e2f21e93f335 (diff)
adding space between) and {
Diffstat (limited to 'tattoo')
-rw-r--r--tattoo/appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tattoo/appinfo/app.php b/tattoo/appinfo/app.php
index 2802ceb35..8f98f7216 100644
--- a/tattoo/appinfo/app.php
+++ b/tattoo/appinfo/app.php
@@ -24,7 +24,7 @@
OC_APP::registerPersonal('tattoo','settings');
$wallpaper=OC_Preferences::getValue(OC_User::getUser(),'tattoo','wallpaper','none');
-if($wallpaper != 'none'){
+if($wallpaper != 'none') {
OC_Util::addStyle('tattoo', 'tattoo');
OC_Util::addScript('tattoo', 'tattoo');
}