]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Only show the relation on native networks.
[friendica.git] / update.php
index 57500b10d95acac99c3d1cb31659c5c40121b04d..954993a70a0f6ed59e4c372cff84902294ea62b5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define( 'UPDATE_VERSION' , 1179 );
+define( 'UPDATE_VERSION' , 1180 );
 
 /**
  *
@@ -1632,6 +1632,9 @@ function update_1177() {
 }
 
 function update_1178() {
+       if (get_config('system','no_community_page'))
+               set_config('system','community_page_style', CP_NO_COMMUNITY_PAGE);
+
        // Update the central item storage with uid=0
        proc_run('php',"include/threadupdate.php");