Skip to content

Commit

Permalink
HdomainIpCombo - fixed request URL
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Sep 10, 2015
1 parent 8a08d06 commit be85c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/ip/HdomainIpCombo.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class HdomainIpCombo extends Combo
public $name = 'hdomain-ip';

/** @inheritdoc */
public $url = '/hosting/ip/search';
public $url = '/hosting/ip/index';

/** @inheritdoc */
public $_return = [
Expand Down

0 comments on commit be85c2d

Please sign in to comment.