MINOR Moved markdown.php into thirdparty/markdown/

This commit is contained in:
Ingo Schommer 2011-01-10 10:59:20 +00:00
parent b7478b864d
commit 4abf31e8d0
3 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ class DocumentationParser {
$md = self::rewrite_heading_anchors($md, $page);
// $md = self::rewrite_code_blocks($md, $page);
require_once('../sapphiredocs/thirdparty/markdown.php');
require_once('../sapphiredocs/thirdparty/markdown/markdown.php');
$html = Markdown($md);
return $html;

View File

@ -14,7 +14,7 @@ class RebuildLuceneDocsIndex extends BuildTask {
* based on the user. It's a
*/
function run($request) {
require_once('../sapphiredocs/thirdparty/markdown.php');
require_once('../sapphiredocs/thirdparty/markdown/markdown.php');
ini_set("memory_limit", -1);
ini_set('max_execution_time', 0);