Merge pull request #5 from brunob/patch-1

fix typo in comment
This commit is contained in:
dFacts Network 2015-10-18 20:22:20 +02:00
commit 601f3f684a
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ Class staticMapLite
$this->lat = floatval($this->lat);
$this->lon = floatval($this->lon);
// get zoom from GET paramter
// get size from GET paramter
if ($_GET['size']) {
list($this->width, $this->height) = explode('x', $_GET['size']);
$this->width = intval($this->width);