about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-08-11 15:21:36 +0200
committerThibG <thib@sitedethib.com>2018-08-11 15:45:12 +0200
commit741fb32beffcefec7b41238deeed05e545570b8a (patch)
tree730b184d62038c0624d947c48a5c65ecfa7e20b2
parentacb3d5b7aa68efa9e7c009e04a2eafc9b651f4a5 (diff)
Fix statuses batch checkboxes in admin panel (fixes #411)
-rw-r--r--app/controllers/admin/base_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/admin/base_controller.rb b/app/controllers/admin/base_controller.rb
index ab2af1cd1..fc299f74c 100644
--- a/app/controllers/admin/base_controller.rb
+++ b/app/controllers/admin/base_controller.rb
@@ -12,7 +12,6 @@ module Admin
 
     def set_pack
       use_pack 'admin'
-      use_pack 'public'
     end
   end
 end