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:
David Caruana
2007-11-03 20:49:33 +00:00
parent 184f784415
commit df85e65bc7

View File

@@ -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)
{