summaryrefslogtreecommitdiffstats
path: root/pages/admin.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2012-08-25 04:58:04 -0500
committerBlueRaja <BlueRaja.admin@gmail.com>2012-08-25 04:58:04 -0500
commite2cfff284c4004d0d11609a22ee535fcf23dcdf9 (patch)
tree0356f12c2b52fb7798bd4e7c4cc59cc8401f7a50 /pages/admin.php
parent5d40666d1cb667342b0ad1365a13c87923da0eb2 (diff)
downloadpathery-e2cfff284c4004d0d11609a22ee535fcf23dcdf9.tar.xz
Added single-path blocking towers functionality to routePath
Diffstat (limited to 'pages/admin.php')
-rw-r--r--pages/admin.php2
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';