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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-03-28 02:37:47 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-03-29 19:23:23 +0300
commit9a75714c22b406ef13c985bec567b9d88ce7dc84 (patch)
tree7e95558e53586f52f5da70d4f514d857bc3733c2 /themes
parent626d03e3d47994364500bd6cd5dd9a029b862fb7 (diff)
rename confusing getMailHeaderColor to getColorPrimary, ref #3491
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'themes')
-rw-r--r--themes/example/defaults.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/example/defaults.php b/themes/example/defaults.php
index 1a2389d0bc2..3d0ae9c1c74 100644
--- a/themes/example/defaults.php
+++ b/themes/example/defaults.php
@@ -147,7 +147,7 @@ class OC_Theme {
* Returns mail header color
* @return string
*/
- public function getMailHeaderColor() {
+ public function getColorPrimary() {
return '#745bca';
}