Bob Mottram 8 years ago
parent
commit
f50f270934
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      src/freedombone-app-gnusocial

+ 4
- 4
src/freedombone-app-gnusocial View File

@@ -750,7 +750,7 @@ function install_gnusocial_plugin_sharings_theme {
750 750
 
751 751
     chown -R www-data:www-data /var/www/$GNUSOCIAL_DOMAIN_NAME/htdocs
752 752
 
753
-    set_completions_param "gnusocial sharings plugin theme commit" "$SHARINGS_THEME_COMMIT"
753
+    set_completion_param "gnusocial sharings plugin theme commit" "$SHARINGS_THEME_COMMIT"
754 754
     install_completed gnusocial_plugin_sharings_theme
755 755
 }
756 756
 
@@ -899,7 +899,7 @@ function install_gnusocial_theme {
899 899
         fi
900 900
     fi
901 901
 
902
-    set_completions_param "gnusocial theme commit" "$GNUSOCIAL_THEME_COMMIT"
902
+    set_completion_param "gnusocial theme commit" "$GNUSOCIAL_THEME_COMMIT"
903 903
 
904 904
     chown -R www-data:www-data /var/www/$GNUSOCIAL_DOMAIN_NAME/htdocs
905 905
 
@@ -938,7 +938,7 @@ function install_gnusocial_markdown {
938 938
         echo "addPlugin('Markdown');" >> $gnusocial_config_file
939 939
     fi
940 940
 
941
-    set_completions_param "gnusocial markdown commit" "$GNUSOCIAL_MARKDOWN_COMMIT"
941
+    set_completion_param "gnusocial markdown commit" "$GNUSOCIAL_MARKDOWN_COMMIT"
942 942
 
943 943
     chown -R www-data:www-data $GNUSOCIAL_PATH
944 944
 
@@ -983,7 +983,7 @@ function install_gnusocial_plugin_nsfw {
983 983
 
984 984
     chown -R www-data:www-data /var/www/$GNUSOCIAL_DOMAIN_NAME/htdocs
985 985
 
986
-    set_completions_param "gnusocial NSFW plugin commit" "$GNUSOCIAL_NSFW_COMMIT"
986
+    set_completion_param "gnusocial NSFW plugin commit" "$GNUSOCIAL_NSFW_COMMIT"
987 987
     install_completed gnusocial_plugin_nsfw
988 988
 }
989 989