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/08/23 15:56:59 UTC

svn commit: r688325 - /incubator/shindig/trunk/php/src/common/samplecontainer/BasicBlobCrypter.php

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 {}
 
 /**