[Mapbender-commits] r2433 - branches/2.5/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed May 7 07:41:45 EDT 2008
Author: christoph
Date: 2008-05-07 07:41:45 -0400 (Wed, 07 May 2008)
New Revision: 2433
Modified:
branches/2.5/http/classes/class_json.php
Log:
http://trac.osgeo.org/mapbender/ticket/218
Modified: branches/2.5/http/classes/class_json.php
===================================================================
--- branches/2.5/http/classes/class_json.php 2008-05-07 11:39:59 UTC (rev 2432)
+++ branches/2.5/http/classes/class_json.php 2008-05-07 11:41:45 UTC (rev 2433)
@@ -57,7 +57,7 @@
*/
public function encode($anObject) {
if ($this->library == JSON_PEAR) {
- $pear = new Mapbender_JSON();
+ $pear = new Services_JSON();
$e = new mb_notice("using PEAR JSON");
return $pear->encode($anObject);
}
More information about the Mapbender_commits
mailing list