diff options
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 = ''; |