Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nursix committed Feb 6, 2023
1 parent 5502657 commit 8d3bedf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RLPPTM-1.19.5 (2023-02-05 20:02:13)
RLPPTM-1.19.5-1-g550265757 (2023-02-06 08:02:13)
2 changes: 1 addition & 1 deletion modules/templates/RLPPTM/models/org.py
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ def update_verification(self):
if "status" in update:
status = update["status"]
else:
if vhash != verification.dash:
if vhash != verification.dhash:
update = {"dhash": vhash}
else:
update = {}
Expand Down

0 comments on commit 8d3bedf

Please sign in to comment.