Skip to content

Commit

Permalink
This is no longer necessary.
Browse files Browse the repository at this point in the history
Everything is autoloaded now.
  • Loading branch information
yunosh committed Sep 12, 2017
1 parent c978c41 commit a33c16a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wicked/lib/Page.php
Expand Up @@ -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));
Expand Down

0 comments on commit a33c16a

Please sign in to comment.