[Mapbender-commits] r5581 - trunk/mapbender/http/plugins
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Sat Feb 20 10:36:30 EST 2010
Author: christoph
Date: 2010-02-20 10:36:30 -0500 (Sat, 20 Feb 2010)
New Revision: 5581
Modified:
trunk/mapbender/http/plugins/mb_twitter.php
Log:
Modified: trunk/mapbender/http/plugins/mb_twitter.php
===================================================================
--- trunk/mapbender/http/plugins/mb_twitter.php 2010-02-20 15:29:48 UTC (rev 5580)
+++ trunk/mapbender/http/plugins/mb_twitter.php 2010-02-20 15:36:30 UTC (rev 5581)
@@ -92,7 +92,7 @@
break;
case "update":
- if (!isSignedId()) {
+ if (!isSignedIn()) {
$ajaxResponse->setResult(array("signedIn" => false));
$ajaxResponse->setMessage(_mb("Not signed in."));
$ajaxResponse->setSuccess(true);
More information about the Mapbender_commits
mailing list