Skip to content

Commit

Permalink
Update kladr.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliya Garakh committed Jul 3, 2015
1 parent de29a56 commit 03769ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kladr.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function __construct($token, $key, $domain = false)
$this->error = NULL;
$this->domain = 'http://kladr-api.ru/';
if($domain)
$this->domain = domain;
$this->domain = $domain;
}

private function GetURL(Query $query)
Expand Down

0 comments on commit 03769ab

Please sign in to comment.