Skip to content

Commit

Permalink
Merge pull request #95 from CityOfNewYork/hotfix/OP-583
Browse files Browse the repository at this point in the history
hotfix/OP-583
  • Loading branch information
estevez90 committed Mar 24, 2016
2 parents fc7bb9a + 33a6a0b commit 8eb7fb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public_records_portal/prr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,8 @@ def close_request(
elif "Your request under the Freedom of Information Law (FOIL) is being closed because this agency does not have " \
"the records requested. You should direct your request to a different agency." in notification_content['reasons']:
notification_type= "refer_other_agency"
elif "Your request under the Freedom of Information Law (FOIL) is being closed because the records are publily available." in notification_content['reasons']:
elif "Your request under the Freedom of Information Law (FOIL) is being closed because the records are publicly " \
"available." in notification_content['reasons']:
notification_type = "refer_web_link"
else:
# If request is not one of the fulfilled or referred categories, it is assumed to have been denied
Expand Down

0 comments on commit 8eb7fb6

Please sign in to comment.