Index: trunk/extensions/TimedMediaHandler/TimedMediaTransformOutput.php |
— | — | @@ -90,7 +90,7 @@ |
91 | 91 | |
92 | 92 | function getImagePopUp(){ |
93 | 93 | return Xml::tags( 'div' , array( |
94 | | - 'id' => "ogg_thumbplayer_" . TimedMediaTransformOutput::$serial++, |
| 94 | + 'id' => self::PLAYER_ID_PREFIX . TimedMediaTransformOutput::$serial++, |
95 | 95 | 'class' => 'PopUpMediaTransform', |
96 | 96 | 'style' => "width:" . intval( $this->width ) . "px;height:" . |
97 | 97 | intval( $this->height ) . "px", |