Whoops, this is an Integer.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1804 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2006-03-28 20:24:00 +00:00
parent c69526f67e
commit 046c9c29b9
@@ -73,7 +73,7 @@ public class InvocationContext extends VelocityContext
public Template getTemplate (String path)
throws Exception
{
String siteId = (String)get("__siteid__");
Object siteId = get("__siteid__");
if (siteId != null) {
path = siteId + ":" + path;
}