This commit is contained in:
Samuel Clay 2013-06-04 15:54:36 -07:00
parent 3729ca2f72
commit a2a427f8b4

View file

@ -534,7 +534,7 @@ class RUserStory:
if not r:
r = redis.Redis(connection_pool=settings.REDIS_STORY_HASH_POOL)
story_hash = cls.ensure_story_hash(story_hash, story_feed_id=story_feed_id)
story_hash = MStory.ensure_story_hash(story_hash, story_feed_id=story_feed_id)
if not story_hash: return