Use Parsedown from the include path

refs #6165
refs #6166
This commit is contained in:
Eric Lippmann 2014-11-14 11:50:56 +01:00
parent c081841917
commit b79b337e02
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
namespace Icinga\Module\Doc;
require_once 'IcingaVendor/Parsedown/Parsedown.php';
require_once 'Parsedown/Parsedown.php';
use DOMDocument;
use DOMXPath;