From f5433d100d9406fe1c53ba6caf6ddbf4adbcc15c Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Sat, 12 Jan 2013 19:10:11 +0530 Subject: [PATCH] bug #3600322 [core] Visualize GIS data throws Fatal Error - Method signatures should match --- ChangeLog | 1 + libraries/gis/pma_gis_geometry.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ad9e8b49c6..b608203228 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ phpMyAdmin - ChangeLog - bug #3593604 [status] Erroneous advisor rule - bug #3596070 [status] localStorage broken in server status monitor - bug #3598736 [routines] Editing a procedure with special characters +- bug #3600322 [core] Visualize GIS data throws Fatal Error 3.5.5.0 (2012-12-21) - bug #3563824 [export] Support Apache's mod_deflate diff --git a/libraries/gis/pma_gis_geometry.php b/libraries/gis/pma_gis_geometry.php index f99b7d18bd..e7b08276ae 100644 --- a/libraries/gis/pma_gis_geometry.php +++ b/libraries/gis/pma_gis_geometry.php @@ -76,7 +76,7 @@ abstract class PMA_GIS_Geometry * * @return WKT with the set of parameters passed by the GIS editor */ - public abstract function generateWkt($gis_data, $index, $empty); + public abstract function generateWkt($gis_data, $index, $empty = ''); /** * Returns OpenLayers.Bounds object that correspond to the bounds of GIS data.