diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-12 16:00:39 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-12 16:00:39 +0200 |
commit | 0c15081279a56d382400622e3c066584421cb67c (patch) | |
tree | 2345b64ed3af749122a5ef08a5988054ceb574ec /apps/theming/lib/ThemingDefaults.php | |
parent | 18fd8ff70cb00a886b86dd8e540f40be1ee4d735 (diff) | |
download | nextcloud-server-0c15081279a56d382400622e3c066584421cb67c.tar.gz nextcloud-server-0c15081279a56d382400622e3c066584421cb67c.zip |
rename remaining occurences of OCA/Theming/Template
Diffstat (limited to 'apps/theming/lib/ThemingDefaults.php')
-rw-r--r-- | apps/theming/lib/ThemingDefaults.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/ThemingDefaults.php b/apps/theming/lib/ThemingDefaults.php index a7af208b96d..7b846919db3 100644 --- a/apps/theming/lib/ThemingDefaults.php +++ b/apps/theming/lib/ThemingDefaults.php @@ -48,7 +48,7 @@ class ThemingDefaults extends \OC_Defaults { private $color; /** - * Template constructor. + * ThemingDefaults constructor. * * @param IConfig $config * @param IL10N $l |