Skip to content

Commit

Permalink
Add in context variable for Symphony 2.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
brendo committed Feb 12, 2014
1 parent 48c6152 commit 332422f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data-sources/datasource.remote.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ public static function buildEditor(XMLElement $wrapper, array &$errors = array()

$fieldset = new XMLElement('fieldset');
$fieldset->setAttribute('class', 'settings contextual ' . __CLASS__);
$fieldset->setAttribute('data-context', General::createHandle(self::getName()));
$fieldset->appendChild(new XMLElement('legend', self::getName()));

// URL
Expand Down

0 comments on commit 332422f

Please sign in to comment.