added check for Markdown
authorJustin J. Novack <jnovack@gmail.com>
Wed, 19 Sep 2012 00:51:28 +0000 (20:51 -0400)
committerJustin J. Novack <jnovack@gmail.com>
Wed, 19 Sep 2012 00:51:28 +0000 (20:51 -0400)
src/phorkie/SetupCheck.php

index b1107b51b15b66c26a6b982cc0146ac45024b400..24f7009e62f59656e56ca0eaa9646ac9e2cf65df 100644 (file)
@@ -11,6 +11,7 @@ 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;