Skip to content

Commit

Permalink
[Organizations] Fixes: InviteEmployeeBar has wrong href value
Browse files Browse the repository at this point in the history
  • Loading branch information
TiSiE committed Jun 5, 2015
1 parent 4d7f2fd commit 586f4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Organizations/view/form/invite-employee-bar.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $id = $this->element->getAttribute('id');
<?php echo $this->translate('Via email address') ?>
</label>
</div>
<div class="col-md-9 invite-employee-bar" data-href="<?php echo $this->basePath($this->url('lang/organizations/invite', array('lang' => $this->params('lang')))) ?>">
<div class="col-md-9 invite-employee-bar" data-href="<?php echo $this->url('lang/organizations/invite', array('lang' => $this->params('lang'))) ?>">
<div class="input-group">
<input id="<?php echo $id ?>" type="text" class="form-control ieb-input" name="<?php echo $this->element->getName() ?>">
<?php echo $this->formElementErrors($this->element) ?>
Expand Down

0 comments on commit 586f4e5

Please sign in to comment.