From: Justin J. Novack Date: Tue, 25 Sep 2012 22:28:56 +0000 (-0400) Subject: FIX: PHP-Markdown does not adhere to PEAR conventions, therefore it cannot autoload... X-Git-Tag: v0.3.0~15 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/776fadd33815e9e1b342b1cb30a6ca5debb760f2?hp=ee10ed828276e2677c214d5a3bd13ced4600f6c6 FIX: PHP-Markdown does not adhere to PEAR conventions, therefore it cannot autoload for the check --- diff --git a/src/phorkie/SetupCheck.php b/src/phorkie/SetupCheck.php index 24f7009..b1107b5 100644 --- a/src/phorkie/SetupCheck.php +++ b/src/phorkie/SetupCheck.php @@ -11,7 +11,6 @@ class SetupCheck 'pear.php.net/Pager' => 'Pager', 'pear.php.net/Services_Libravatar' => 'Services_Libravatar', 'zustellzentrum.cweiske.de/MIME_Type_PlainDetect' => 'MIME_Type_PlainDetect', - 'pear.michelf.ca/Markdown' => 'Markdown', ); protected $writableDirs;