Skip to content

Commit 03769ab

Browse files
author
Iliya Garakh
committed
Update kladr.php
1 parent de29a56 commit 03769ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kladr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct($token, $key, $domain = false)
2424
$this->error = NULL;
2525
$this->domain = 'http://kladr-api.ru/';
2626
if($domain)
27-
$this->domain = domain;
27+
$this->domain = $domain;
2828
}
2929

3030
private function GetURL(Query $query)

0 commit comments

Comments
 (0)