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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user