Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 5294b06

Browse files
committed
Update BlogController.cfc
1 parent 38e47df commit 5294b06

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/controllers/web/BlogController.cfc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,6 @@ component extends="app.Controllers.Controller" {
514514
if (StructKeyExists(session, "userID")) {
515515
history = model("ReadingHistory").findOne(
516516
where="userId = #session.userID# AND blogId = #blog.id#",
517-
returnAs="query",
518517
includeSoftDeletes=true
519518
);
520519
if (IsObject(history)) {

0 commit comments

Comments
 (0)