summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-04-18 16:11:29 +0200
committerJoas Schilling <coding@schilljs.com>2017-04-18 16:11:29 +0200
commitfcaa315c96e236079d71236af67b5237e426b0f9 (patch)
tree14080bc5d3a64f30b3fadbb888546a9e2298baf6 /settings
parentdfca672378d2083e498706c16b2a60981439cc0d (diff)
downloadnextcloud-server-fcaa315c96e236079d71236af67b5237e426b0f9.tar.gz
nextcloud-server-fcaa315c96e236079d71236af67b5237e426b0f9.zip
Fix some more stuff
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'settings')
-rw-r--r--settings/Controller/MailSettingsController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/Controller/MailSettingsController.php b/settings/Controller/MailSettingsController.php
index caba4bad0b0..f0fd7a52f0b 100644
--- a/settings/Controller/MailSettingsController.php
+++ b/settings/Controller/MailSettingsController.php
@@ -1,5 +1,6 @@
<?php
/**
+ * @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com>
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Joas Schilling <coding@schilljs.com>