diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2012-08-25 04:58:04 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2012-08-25 04:58:04 -0500 |
commit | e2cfff284c4004d0d11609a22ee535fcf23dcdf9 (patch) | |
tree | 0356f12c2b52fb7798bd4e7c4cc59cc8401f7a50 /pages/admin.php | |
parent | 5d40666d1cb667342b0ad1365a13c87923da0eb2 (diff) | |
download | pathery-e2cfff284c4004d0d11609a22ee535fcf23dcdf9.tar.xz |
Added single-path blocking towers functionality to routePath
Diffstat (limited to 'pages/admin.php')
-rw-r--r-- | pages/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/admin.php b/pages/admin.php index 3685eec..983c4bc 100644 --- a/pages/admin.php +++ b/pages/admin.php @@ -164,7 +164,7 @@ function createThumbnail($mapMatrix, $idprefix, $width, $height) { $mapdata['example'] = $example;
$mapdata['mapid'] = $idprefix;
- $path = routePath($mapMatrix, '');
+ $path = routePath($mapMatrix);
$mapdata['code'] = GenerateMapCode($mapMatrix);
$width = (($j * 35) + 2).'px';
|