diff options
author | 2022-06-22 18:27:20 +0200 | |
---|---|---|
committer | 2022-06-22 18:27:20 +0200 | |
commit | af5648d928c144dfddb8eb8fd88f7fd1681aabdb (patch) | |
tree | ba423c91e58660022cff009d023b52c9214eeb7d /formats/HtmlFormat.php | |
parent | e9b8a1f9f97b5b2e70b86770a9bde06ebfc58497 (diff) | |
download | rss-bridge-af5648d928c144dfddb8eb8fd88f7fd1681aabdb.tar.gz rss-bridge-af5648d928c144dfddb8eb8fd88f7fd1681aabdb.tar.zst rss-bridge-af5648d928c144dfddb8eb8fd88f7fd1681aabdb.zip |
refactor: FormatFactory (#2832)
Diffstat (limited to 'formats/HtmlFormat.php')
-rw-r--r-- | formats/HtmlFormat.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/formats/HtmlFormat.php b/formats/HtmlFormat.php index b3f02099..12b5fc3a 100644 --- a/formats/HtmlFormat.php +++ b/formats/HtmlFormat.php @@ -11,7 +11,6 @@ class HtmlFormat extends FormatAbstract { // Dynamically build buttons for all formats (except HTML) $formatFac = new FormatFactory(); - $formatFac->setWorkingDir(PATH_LIB_FORMATS); $buttons = ''; $links = ''; |