mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-28 22:16:15 +10:00
Fix event creation
This commit is contained in:
+1
-1
@@ -309,7 +309,7 @@ class Event < ActiveRecord::Base
|
||||
|
||||
def reset_project_activity
|
||||
if project
|
||||
project.update_column(:last_activity_at, event.created_at)
|
||||
project.update_column(:last_activity_at, self.created_at)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user