Author: lindner
Date: Mon Aug 9 15:49:12 2010
New Revision: 983696
URL: http://svn.apache.org/viewvc?rev=983696&view=rev
Log:
SHINDIG-1399 | Patch from Bastian Hofmann | fix RemoteContentRequest
Modified:
shindig/trunk/php/src/common/RemoteContentRequest.php
Modified: shindig/trunk/php/src/common/RemoteContentRequest.php
URL:
http://svn.apache.org/viewvc/shindig/trunk/php/src/common/RemoteContentRequest.php?rev=983696&r1=983695&r2=983696&view=diff
==============================================================================
--- shindig/trunk/php/src/common/RemoteContentRequest.php (original)
+++ shindig/trunk/php/src/common/RemoteContentRequest.php Mon Aug 9 15:49:12
2010
@@ -377,11 +377,9 @@ class RemoteContentRequest {
return true;
}
}
- }
- return false;
- }
-}
-
+ }
+ return false;
+ }
/**
* transforms a possible relative url to a absolute url from the gadget xml
root