[Mapbender-commits] r2609 - branches/2.5/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jul 8 09:51:33 EDT 2008
Author: christoph
Date: 2008-07-08 09:51:33 -0400 (Tue, 08 Jul 2008)
New Revision: 2609
Modified:
branches/2.5/http/classes/class_locale.php
Log:
debug
Modified: branches/2.5/http/classes/class_locale.php
===================================================================
--- branches/2.5/http/classes/class_locale.php 2008-07-08 13:49:19 UTC (rev 2608)
+++ branches/2.5/http/classes/class_locale.php 2008-07-08 13:51:33 UTC (rev 2609)
@@ -107,7 +107,7 @@
$_SESSION["mb_locale"] = $this->name;
$e = new Mb_notice("locale " . $this->name . " ok on " . $this->os);
// from http://de3.php.net/manual/de/function.gettext.php
- $e = new Mb_notice("Bindtextdomain: " . bindtextdomain("Mapbender", dirname(__FILE__)."/../resources/locale/"));
+ $e = new Mb_notice("Bindtextdomain: " . bindtextdomain("Mapbender", dirname(__FILE__)."/../../resources/locale/"));
$e = new Mb_notice("Textdomain: " . textdomain("Mapbender"));
return true;
More information about the Mapbender_commits
mailing list