fix typo in comment
This commit is contained in:
parent
5543615119
commit
b065240c9e
@ -122,7 +122,7 @@ Class staticMapLite
|
|||||||
$this->lat = floatval($this->lat);
|
$this->lat = floatval($this->lat);
|
||||||
$this->lon = floatval($this->lon);
|
$this->lon = floatval($this->lon);
|
||||||
|
|
||||||
// get zoom from GET paramter
|
// get size from GET paramter
|
||||||
if ($_GET['size']) {
|
if ($_GET['size']) {
|
||||||
list($this->width, $this->height) = explode('x', $_GET['size']);
|
list($this->width, $this->height) = explode('x', $_GET['size']);
|
||||||
$this->width = intval($this->width);
|
$this->width = intval($this->width);
|
||||||
|
Loading…
Reference in New Issue
Block a user