Skip to content

Commit

Permalink
fix exception
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 26, 2024
1 parent b640435 commit df3884b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/data/Page.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ component accessors=true {
case "_image":
return false;
default:
request.logger (text="Unknown pageType: #pageType#, #arguments.page.getPath()#", type="WARN");
request.logger (text="Unknown pageType: #getPageType()#, #getPath()#", type="WARN");
return false;
};
}
Expand Down

0 comments on commit df3884b

Please sign in to comment.