From a33c16a7200416660cb501856b98b41a5f392082 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 12 Sep 2017 16:51:49 +0200 Subject: [PATCH] This is no longer necessary. Everything is autoloaded now. --- wicked/lib/Page.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wicked/lib/Page.php b/wicked/lib/Page.php index cabff22b7ca..06639db1998 100644 --- a/wicked/lib/Page.php +++ b/wicked/lib/Page.php @@ -476,7 +476,6 @@ public function getProcessor($output_format = 'Xhtml') break; case 'Rst': - require_once __DIR__ . '/Text_Wiki/Render/Rst.php'; $this->_proc->insertRule('Table2', 'Table'); $this->_proc->deleteRule('Table'); $this->_proc->setRenderConf('Rst', 'Wikilink', $this->_getLinkConf(true));