소스 검색

Sharings plugin update function

Bob Mottram 8 년 전
부모
커밋
33e7a2f442
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/freedombone-app-gnusocial

+ 3
- 0
src/freedombone-app-gnusocial 파일 보기

@@ -827,6 +827,9 @@ function install_gnusocial_plugin_sharings {
827 827
         exit 84352
828 828
     fi
829 829
 
830
+    # Looks like this update function isn't supported by the current php version
831
+    sed -i 's|ActivityVerb::UPDATE, ||g' /var/www/$GNUSOCIAL_DOMAIN_NAME/htdocs/local/plugins/Sharings/SharingsPlugin.php
832
+
830 833
     chown -R www-data:www-data /var/www/$GNUSOCIAL_DOMAIN_NAME/htdocs
831 834
 
832 835
     set_completion_param gnusocial "sharings plugin commit" "$SHARINGS_COMMIT"