]> git.openstreetmap.org Git - osqa.git/commitdiff
store the latest update datetime in the update trigger function too
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 12 May 2011 17:32:35 +0000 (17:32 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 12 May 2011 17:32:35 +0000 (17:32 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1036 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum_modules/updater/base.py

index d26c2430a02d03e0cf244dd29cd6f03167071f91..3852028dc73a992bc06a6413ab54c38e46c59537 100644 (file)
@@ -163,4 +163,4 @@ def update_trigger():
         update_status = check_for_updates()
 
         logging.error(smart_unicode("Update process has been triggered: %s" % update_status))
-
+        settings.LATEST_UPDATE_DATETIME.set_value(now)