]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
added additional readme names for display on plugin page
authorCash Costello <cash.costello@gmail.com>
Mon, 17 Oct 2011 11:46:51 +0000 (07:46 -0400)
committerCash Costello <cash.costello@gmail.com>
Mon, 17 Oct 2011 11:46:51 +0000 (07:46 -0400)
engine/classes/ElggPluginPackage.php

index 145f71fcd43963a40ad18352339c3600d8a0c0b4..d240af4776f1c3ddd7293e5d6c1a9ceb1a124e79 100644 (file)
@@ -33,7 +33,9 @@ class ElggPluginPackage {
         */
        private $textFiles = array(
                'README.txt', 'CHANGES.txt', 
-               'INSTALL.txt', 'COPYRIGHT.txt', 'LICENSE.txt'
+               'INSTALL.txt', 'COPYRIGHT.txt', 'LICENSE.txt',
+
+               'README', 'README.md', 'README.markdown'
        );
 
        /**