[Mapbender-commits] r7289 - trunk/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sun Dec 12 07:06:52 EST 2010


Author: christoph
Date: 2010-12-12 04:06:52 -0800 (Sun, 12 Dec 2010)
New Revision: 7289

Modified:
   trunk/mapbender/http/classes/class_json.php
Log:
mb_notice is used but not included

Modified: trunk/mapbender/http/classes/class_json.php
===================================================================
--- trunk/mapbender/http/classes/class_json.php	2010-12-12 11:50:28 UTC (rev 7288)
+++ trunk/mapbender/http/classes/class_json.php	2010-12-12 12:06:52 UTC (rev 7289)
@@ -17,6 +17,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
+require_once(dirname(__FILE__)."/../../core/system.php");
+
 define("JSON_PEAR", "json_pear");
 define("JSON_NATIVE", "json_native");
 



More information about the Mapbender_commits mailing list