File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 3
3
require_once (TOOLKIT . '/class.datasourcemanager.php ' );
4
4
require_once (TOOLKIT . '/class.entrymanager.php ' );
5
5
require_once (TOOLKIT . '/class.eventmanager.php ' );
6
- require_once (TOOLKIT . '/class.sectionmanager.php ' );
7
6
require_once (TOOLKIT . '/class.pagemanager.php ' );
8
7
9
8
Class Extension_Dashboard extends Extension{
@@ -328,7 +327,6 @@ public function dashboard_panel_options($context) {
328
327
$ fieldset = new XMLElement ('fieldset ' , NULL , array ('class ' => 'settings ' ));
329
328
$ fieldset ->appendChild (new XMLElement ('legend ' , __ ('Markdown Text Block ' )));
330
329
331
- require_once (TOOLKIT . '/class.textformattermanager.php ' );
332
330
$ formatters = array ();
333
331
foreach (TextformatterManager::listAll () as $ tf ) {
334
332
$ formatters [] = array (
@@ -542,8 +540,6 @@ public function render_panel($context) {
542
540
543
541
case 'markdown_text ' :
544
542
545
- require_once (TOOLKIT . '/class.textformattermanager.php ' );
546
-
547
543
$ formatter = TextformatterManager::create ($ config ['formatter ' ]);
548
544
$ html = $ formatter ->run ($ config ['text ' ]);
549
545
You can’t perform that action at this time.
0 commit comments