Author: chabotc
Date: Sun Aug 24 02:33:28 2008
New Revision: 688481
URL: http://svn.apache.org/viewvc?rev=688481&view=rev
Log:
Woops debug exception slipped in accidently
Modified:
incubator/shindig/trunk/php/src/social-api/opensocial/model/Enum.php
Modified: incubator/shindig/trunk/php/src/social-api/opensocial/model/Enum.php
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social-api/opensocial/model/Enum.php?rev=688481&r1=688480&r2=688481&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social-api/opensocial/model/Enum.php
(original)
+++ incubator/shindig/trunk/php/src/social-api/opensocial/model/Enum.php Sun
Aug 24 02:33:28 2008
@@ -40,7 +40,6 @@
} else {
throw new Exception("Invalid Enum key");
}
- throw new Exception("Invalid Enum key");
}
$this->key = $key;
$this->displayValue = ! empty($displayValue) ? $displayValue :
$this->values[$key];