mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix repo based Facebook applications as found building simple Hello World sample.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7287 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -93,7 +93,7 @@ public class FacebookService
|
||||
logger.debug("Initialising Facebook Application '" + apiKey + "'");
|
||||
|
||||
// Locate app initialisation script in web script store
|
||||
String appPath = "/com/facebook/_apps/app." + apiKey + ".js";
|
||||
String appPath = "com/facebook/_apps/app." + apiKey + ".js";
|
||||
ScriptLocation appScript = registry.getScriptProcessor().findScript(appPath);
|
||||
if (appScript == null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user