aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/storage.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/storage.rb b/lib/storage.rb
index eeb43da..daa1d1b 100644
--- a/lib/storage.rb
+++ b/lib/storage.rb
@@ -279,7 +279,7 @@ module Ag::Storage
end
def hide(list, id, comment)
- hide_unhide(list, id, true, comment)
+ _hide_unhide(list, id, true, comment)
end
def unhide(list, id, comment)