]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Admin/DBSync.php
Merge remote-tracking branch 'upstream/develop' into item-view
[friendica.git] / src / Module / Admin / DBSync.php
index 36f683e08731b059f761b584c69c3a199e9065d8..662fe08e27c5143199720d001c26da6adcffd847 100644 (file)
@@ -57,8 +57,6 @@ class DBSync extends BaseAdmin
                                $retval = DBStructure::update($a->getBasePath(), false, true);
                                if ($retval === '') {
                                        $o = DI::l10n()->t("Database structure update %s was successfully applied.", DB_UPDATE_VERSION) . "<br />";
-                                       DI::config()->set('database', 'last_successful_update', DB_UPDATE_VERSION);
-                                       DI::config()->set('database', 'last_successful_update_time', time());
                                } else {
                                        $o = DI::l10n()->t("Executing of database structure update %s failed with error: %s", DB_UPDATE_VERSION, $retval) . "<br />";
                                }