]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/CronJobs.php
Postupdate is now working again (#5512)
[friendica.git] / src / Worker / CronJobs.php
index ca898f2b6285a3fb4dfd8776d1354059c0384a8d..c54e74e38ecdb8ff7223bc1bfec0d2f2f5d2d273 100644 (file)
@@ -35,8 +35,7 @@ class CronJobs
                // Call possible post update functions
                // see src/Database/PostUpdate.php for more details
                if ($command == 'post_update') {
-// Post updates will be reenabled (hopefully in a few days) when most item works are done
-//                     PostUpdate::update();
+                       PostUpdate::update();
                        return;
                }