FIX: PHP-Markdown does not adhere to PEAR conventions, therefore it cannot autoload...
authorJustin J. Novack <jnovack@gmail.com>
Tue, 25 Sep 2012 22:28:56 +0000 (18:28 -0400)
committerJustin J. Novack <jnovack@gmail.com>
Tue, 25 Sep 2012 22:28:56 +0000 (18:28 -0400)
src/phorkie/SetupCheck.php

index 24f7009e62f59656e56ca0eaa9646ac9e2cf65df..b1107b51b15b66c26a6b982cc0146ac45024b400 100644 (file)
@@ -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.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;
     );
 
     protected $writableDirs;