diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-03-08 08:54:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 08:54:42 +0100 |
commit | 43c8298dec7850d711a96af969832d792a02af5d (patch) | |
tree | e5922574063f4ee80cb1775988fbc255e0483498 | |
parent | f8c7ce5d48a00b01e18d71a38aeb8854b4204ba3 (diff) | |
parent | 9dc5b8274e8de667f78d3dae502a84b68f5a00a5 (diff) | |
download | nextcloud-server-43c8298dec7850d711a96af969832d792a02af5d.tar.gz nextcloud-server-43c8298dec7850d711a96af969832d792a02af5d.zip |
Merge pull request #25948 from nextcloud/techdebt/noid/depreate-getHTMLName
Deprecate getHTMLName on \OCP\Defaults
-rw-r--r-- | lib/public/Defaults.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Defaults.php b/lib/public/Defaults.php index 990644a6cb2..8f5ed68d189 100644 --- a/lib/public/Defaults.php +++ b/lib/public/Defaults.php @@ -118,6 +118,7 @@ class Defaults { * name of your ownCloud instance containing HTML styles * @return string * @since 8.0.0 + * @depreacted 22.0.0 */ public function getHTMLName() { return $this->defaults->getHTMLName(); |