From 020caf1274a32f3d6863f92acd82dded53463be0 Mon Sep 17 00:00:00 2001
From: randx <dmitriy.zaporozhets@gmail.com>
Date: Sun, 27 May 2012 12:34:25 +0300
Subject: [PATCH] Fixed wrong module name

---
 app/controllers/refs_controller.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/controllers/refs_controller.rb b/app/controllers/refs_controller.rb
index 2de40b4e1dd..ddf5f675d0c 100644
--- a/app/controllers/refs_controller.rb
+++ b/app/controllers/refs_controller.rb
@@ -1,5 +1,5 @@
 class RefsController < ApplicationController
-  include Gitlabhq::Encode
+  include Gitlab::Encode
   before_filter :project
 
   # Authorize
-- 
2.30.9