From e4c583c186d9cb2fde2a869214debff412aa687e Mon Sep 17 00:00:00 2001
From: chiyi4488 <30853081+chiyi4488@users.noreply.github.com>
Date: Sat, 7 Jul 2018 01:26:07 +0800
Subject: [PATCH] Small text error
Small text error
---
themes/example/defaults.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/example/defaults.php b/themes/example/defaults.php
index 8ed4761c660..370c9aeecfa 100644
--- a/themes/example/defaults.php
+++ b/themes/example/defaults.php
@@ -90,7 +90,7 @@ class OC_Theme {
* @return string short footer
*/
public function getShortFooter() {
- $footer = '© 2017 '.$this->getEntity().''.
+ $footer = '© 2018 '.$this->getEntity().''.
'
' . $this->getSlogan();
return $footer;