Browse Source

Add gnusocial rss reader plugin by default

Bob Mottram 9 years ago
parent
commit
fc9ae9f99c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

@@ -8190,7 +8190,7 @@ function install_rss_reader {
8190 8190
         echo "  define('SMTP_SECURE', '');" >> $RSS_READER_PATH/config.php
8191 8191
         echo "  define('CHECK_FOR_UPDATES', true);" >> $RSS_READER_PATH/config.php
8192 8192
         echo "  define('ENABLE_GZIP_OUTPUT', false);" >> $RSS_READER_PATH/config.php
8193
-        echo "  define('PLUGINS', 'auth_internal, note');" >> $RSS_READER_PATH/config.php
8193
+        echo "  define('PLUGINS', 'auth_internal, note, gnusocial');" >> $RSS_READER_PATH/config.php
8194 8194
         echo "  define('LOG_DESTINATION', 'sql');" >> $RSS_READER_PATH/config.php
8195 8195
         echo "  define('CONFIG_VERSION', 26);" >> $RSS_READER_PATH/config.php
8196 8196
     fi