Author: chabotc
Date: Sat Aug 23 06:56:59 2008
New Revision: 688325

URL: http://svn.apache.org/viewvc?rev=688325&view=rev
Log:
Hard require was causing some problems with some peoples implementations, 
removed & let the autoloader sort it out

Modified:
    incubator/shindig/trunk/php/src/common/samplecontainer/BasicBlobCrypter.php

Modified: 
incubator/shindig/trunk/php/src/common/samplecontainer/BasicBlobCrypter.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/common/samplecontainer/BasicBlobCrypter.php?rev=688325&r1=688324&r2=688325&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/common/samplecontainer/BasicBlobCrypter.php 
(original)
+++ incubator/shindig/trunk/php/src/common/samplecontainer/BasicBlobCrypter.php 
Sat Aug 23 06:56:59 2008
@@ -18,8 +18,6 @@
  * 
  */
 
-require 'src/common/samplecontainer/Crypto.php';
-
 class BlobExpiredException extends Exception {}
 
 /**


Reply via email to