Author: chabotc
Date: Fri Oct 10 05:38:44 2008
New Revision: 703440
URL: http://svn.apache.org/viewvc?rev=703440&view=rev
Log:
Unused param that was causing the metadata service to have warnings
Modified:
incubator/shindig/trunk/php/src/gadgets/Gadget.php
Modified: incubator/shindig/trunk/php/src/gadgets/Gadget.php
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/gadgets/Gadget.php?rev=703440&r1=703439&r2=703440&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/gadgets/Gadget.php (original)
+++ incubator/shindig/trunk/php/src/gadgets/Gadget.php Fri Oct 10 05:38:44 2008
@@ -328,7 +328,7 @@
$this->checksum = md5($xml);
}
- public function getChecksum($xml)
+ public function getChecksum()
{
return $this->checksum;
}