You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by ch...@apache.org on 2008/10/16 01:59:54 UTC

svn commit: r705101 - /incubator/shindig/trunk/php/src/gadgets/servlet/MetadataServlet.php

Author: chabotc
Date: Wed Oct 15 16:59:54 2008
New Revision: 705101

URL: http://svn.apache.org/viewvc?rev=705101&view=rev
Log:
woops, debug statement ended up in the commit

Modified:
    incubator/shindig/trunk/php/src/gadgets/servlet/MetadataServlet.php

Modified: incubator/shindig/trunk/php/src/gadgets/servlet/MetadataServlet.php
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/gadgets/servlet/MetadataServlet.php?rev=705101&r1=705100&r2=705101&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/gadgets/servlet/MetadataServlet.php (original)
+++ incubator/shindig/trunk/php/src/gadgets/servlet/MetadataServlet.php Wed Oct 15 16:59:54 2008
@@ -64,7 +64,7 @@
 				}
 				$request = json_decode($requestParam);
 				if ($request == $requestParam) {
-					throw new Exception("Malformed json string: $requestParam");
+					throw new Exception("Malformed json string");
 				}
 				$handler = new MetadataHandler();
 				$response = $handler->process($request);