[livejournal] r15944: LJSUP-5193: Add ability to transfer flas...

Nov 24, 2009 11:12


Committer: garievLJSUP-5193: Add ability to transfer flashvars into the flash embeded into the posts in drugoi.livejournal.com

U trunk/htdocs/tools/embedcontent.bml

Modified: trunk/htdocs/tools/embedcontent.bml
===================================================================
--- trunk/htdocs/tools/embedcontent.bml 2009-11-24 10:59:11 UTC (rev 15943)
+++ trunk/htdocs/tools/embedcontent.bml 2009-11-24 11:12:20 UTC (rev 15944)
@@ -26,6 +26,7 @@
moduleid => $moduleid,
preview => $preview,
);
+ LJ::run_hook('modify_embed_content', \$content, \%GET);

return qq {iframe$content};
}

Previous post Next post
Up