Skip to content

Commit

Permalink
Fix to support "Duplicate Site" function in Sakai 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico committed Jul 4, 2013
1 parent 9fa76b3 commit a23c19e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -296,7 +296,7 @@ public boolean willImport()
*/
public String[] myToolIds()
{
String[] toolIds = { "sakai.bbb" };
String[] toolIds = { APPLICATION_ID, "sakai.bbb" };
return toolIds;
}

Expand Down

0 comments on commit a23c19e

Please sign in to comment.