# HG changeset patch # User ymh # Date 1272597567 -7200 # Node ID b926f45438d1ee8db4148a6780d937c150d52c6d # Parent e5f3770296ade93f07dea1d39b7b8b42d4ef6fbe (no commit message) diff -r e5f3770296ad -r b926f45438d1 web/thdProject/apps/frontend/modules/reflex/actions/components.class.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/thdProject/apps/frontend/modules/reflex/actions/components.class.php Fri Apr 30 05:19:27 2010 +0200 @@ -0,0 +1,25 @@ +film) { + $videos = $this->film->getVideos(); + $this->filmVideo = ($videos) ? $videos[0] : null; + + return sfView::SUCCESS; + } + else + return sfView::NONE; + + } + + +} \ No newline at end of file