bugfix
This commit is contained in:
parent
85e35a4ccc
commit
3137f66cee
2 changed files with 4 additions and 4 deletions
|
@ -95,8 +95,8 @@ function imageurl_macro(param) {
|
|||
if (!p)
|
||||
return;
|
||||
res.write(getProperty("imgUrl"));
|
||||
if (p.parent.alias)
|
||||
res.write(p.parent.alias + "/");
|
||||
if (p.obj.weblog)
|
||||
res.write(p.obj.weblog.alias + "/");
|
||||
res.write(p.obj.filename + "." + p.obj.fileext);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue