]> git.mxchange.org Git - friendica.git/blobdiff - update.php
The frontend worker can now fork background processes
[friendica.git] / update.php
index 31f7852a2f12b5c069ad63b1b903fdb7cb9e9046..76007ad3aa0d3ac9860ea68a81c6c49303db2832 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define('UPDATE_VERSION' , 1203);
+define('UPDATE_VERSION' , 1209);
 
 /**
  *
@@ -1677,7 +1677,7 @@ function update_1190() {
                        $idx = array_search($plugin, $plugins_arr);
                        if ($idx !== false){
                                unset($plugins_arr[$idx]);
-                               //delete forumlist manually from addon and hook table 
+                               //delete forumlist manually from addon and hook table
                                // since uninstall_plugin() don't work here
                                q("DELETE FROM `addon` WHERE `name` = 'forumlist' ");
                                q("DELETE FROM `hook` WHERE `file` = 'addon/forumlist/forumlist.php' ");