ihsn / nada

National Data Archive (NADA) is an open source data cataloging system that serves as a portal for researchers to browse, search, compare, apply for access, and download relevant census or survey information. It was originally developed to support the establishment of national survey data archives.
http://nada.ihsn.org
MIT License
38 stars 10 forks source link

Fix csrf error in study notes #107

Open Greg735 opened 5 months ago

Greg735 commented 5 months ago

Hello,

The admin page "notes" in study edition show this PHP error in view template "catalog/study_notes.php":

A PHP Error was encountered Severity: Warning Message: Undefined variable $csrf Filename: catalog/study_notes.php Line Number: 64

There's no need to have the input hidden with $csrf as the form_open() function takes care of this part.

There's a small fix with an updated indentation.