Skip to content

Commit cf5f750

Browse files
author
Nicolas
committed
Merge pull request #181 from Akasch/fix_post_resive_hook
gitolite_hooks_controller: fix access to deletet database column
2 parents 834f4a1 + 3be6bb4 commit cf5f750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/controllers/gitolite_hooks_controller.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def post_receive_redmine
7171

7272

7373
## Post to each post-receive URL
74-
@repository.repository_post_receive_urls.active.order('created_at ASC').each do |post_receive_url|
74+
@repository.repository_post_receive_urls.active.each do |post_receive_url|
7575
logger.info { "Notifying #{post_receive_url.url} ... " }
7676
y << " - Notifying #{post_receive_url.url} ... "
7777

0 commit comments

Comments
 (0)