From 7020194a57052907c5bdb624021b2328df76f446 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Sat, 7 Jan 2012 20:24:13 -0800 Subject: [PATCH] reference the root o_embed_cache on reshares --- app/views/templates/reshare.jst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/templates/reshare.jst b/app/views/templates/reshare.jst index 853c604f6..075e26e29 100644 --- a/app/views/templates/reshare.jst +++ b/app/views/templates/reshare.jst @@ -39,7 +39,7 @@ <%= text %> - <% if(o_embed_cache) { %> + <% if(root.o_embed_cache) { %> <%= root.o_embed_cache.posts.data.html %> <% } %>