Skip to content

Commit

Permalink
removing unused livesite var from options
Browse files Browse the repository at this point in the history
  • Loading branch information
pollen8 committed Oct 12, 2011
1 parent c1ad233 commit fae9bb2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ function getInput()
$opts = new stdClass();
$opts->table = ($repeat) ? 'jform_' . $tableDd . "-" .$c : 'jform_' . $tableDd;

$opts->livesite = COM_FABRIK_LIVESITE;
$opts->conn = 'jform_' .$connectionDd;
$opts->value = $this->value;
$opts->repeat = $this->value;
Expand Down

0 comments on commit fae9bb2

Please sign in to comment.