aboutsummaryrefslogtreecommitdiff
path: root/formats/HtmlFormat.php
diff options
context:
space:
mode:
authorGravatar Dag <me@dvikan.no> 2022-06-22 18:27:20 +0200
committerGravatar GitHub <noreply@github.com> 2022-06-22 18:27:20 +0200
commitaf5648d928c144dfddb8eb8fd88f7fd1681aabdb (patch)
treeba423c91e58660022cff009d023b52c9214eeb7d /formats/HtmlFormat.php
parente9b8a1f9f97b5b2e70b86770a9bde06ebfc58497 (diff)
downloadrss-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.php1
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 = '';