Skip to content

Commit d8c1499

Browse files
committed
Restructured the files.
1 parent e93503b commit d8c1499

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
require_once __DIR__ . '/../vendor/autoload.php';
2+
require_once __DIR__ . '/vendor/autoload.php';
33

44
/**
55
* Returns specific options for the HTML-Parser.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
require_once __DIR__ . '/../vendor/autoload.php';
2+
require_once __DIR__ . '/vendor/autoload.php';
33
require_once 'CustomOptions.php';
44

55
use PHPHtmlParser\Dom;

includes/MultiCodeBlock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
die( -1 );
99
}
1010

11-
require_once 'highlight/Highlighter.php';
11+
require_once 'MultiCodeBlockBuilder.php';
1212

1313
/**
1414
* The main class for the MultiCodeBlock MediaWiki-Extension.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
require_once __DIR__ . '/../vendor/autoload.php';
2+
require_once __DIR__ . '/vendor/autoload.php';
33
require_once 'CustomOptions.php';
44

55
require_once 'Description.php';
File renamed without changes.

0 commit comments

Comments
 (0)