diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-26 11:03:41 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-26 11:03:41 +0200 |
commit | da5316265684561b9308d5cb190d4ad0352b7825 (patch) | |
tree | f2c530f45c5a99bff00ffad4e2946996490ebf3b /apps/encryption | |
parent | cfa5eea902afe138ec7c1115d90ff5ad543d9c9a (diff) | |
download | nextcloud-server-da5316265684561b9308d5cb190d4ad0352b7825.tar.gz nextcloud-server-da5316265684561b9308d5cb190d4ad0352b7825.zip |
We're on 13 now…
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/encryption')
-rw-r--r-- | apps/encryption/lib/Settings/PersonalSection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/lib/Settings/PersonalSection.php b/apps/encryption/lib/Settings/PersonalSection.php index fd25d25ef8f..1af4229bcd2 100644 --- a/apps/encryption/lib/Settings/PersonalSection.php +++ b/apps/encryption/lib/Settings/PersonalSection.php @@ -68,7 +68,7 @@ class PersonalSection implements IIconSection { * e.g. '/core/img/places/files.svg' * * @returns string - * @since 12 + * @since 13.0.0 */ public function getIcon() { return $this->urlGenerator->imagePath('settings', 'password.svg'); |