Skip to content

Commit

Permalink
Agregados helpers que faltaban cargar en MultimediaSlotlet
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahuel Cuesta Luengo committed Dec 7, 2016
1 parent c843abc commit 81d276c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/slotlet/slotlets/MultimediaSlotlet.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class MultimediaSlotlet implements ISlotlet
{
public function getConfigurationForm($values = array())
{
sfLoader::loadHelpers(array('Javascript', 'Url'));
$ts = str_replace('.', '_', (string) microtime(true));
$row = '<div><label for="%id%">%label%</label> %field%</div><div style="clear:both;"></div>';
$labels = array(
Expand Down

0 comments on commit 81d276c

Please sign in to comment.