From 37aeab4745b61a0229f6a5891eeb46ea9c0d773e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Sch=C3=B6lling?= Date: Sun, 16 Oct 2011 20:55:16 +0200 Subject: [PATCH] Fixed spelling error --- lib/diaspora/redis_cache.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/diaspora/redis_cache.rb b/lib/diaspora/redis_cache.rb index 353545bae..0d980d71f 100644 --- a/lib/diaspora/redis_cache.rb +++ b/lib/diaspora/redis_cache.rb @@ -50,7 +50,7 @@ class RedisCache :order => self.order }) - sql = @user.visible_shareables_sql(Post, opts) + sql = @user.visible_shareable_sql(Post, opts) hashes = Post.connection.select_all(sql) # hashes are inserted into set in a single transaction