Author: chabotc
Date: Mon Dec  1 22:45:43 2008
New Revision: 722387

URL: http://svn.apache.org/viewvc?rev=722387&view=rev
Log:
Fix inconsistency in limit exceeded response error code

Modified:
    incubator/shindig/trunk/php/src/social/service/ResponseError.php

Modified: incubator/shindig/trunk/php/src/social/service/ResponseError.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social/service/ResponseError.php?rev=722387&r1=722386&r2=722387&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social/service/ResponseError.php (original)
+++ incubator/shindig/trunk/php/src/social/service/ResponseError.php Mon Dec  1 
22:45:43 2008
@@ -35,7 +35,7 @@
   /** value representing INTERNAL SERVER ERROR. */
   public static $INTERNAL_ERROR = 500;
   /** value representing EXPECTATION FAILED. */
-  public static $LIMIT_EXCEEDED = 509;
+  public static $LIMIT_EXCEEDED = 409;
   
   /**
    * The json value of the error.


Reply via email to