wind-project / wind

WiND is a Web application for managing a database of wireless nodes.
GNU Affero General Public License v3.0
33 stars 31 forks source link

typo in nodes_plot.php #72

Closed FezzFest closed 8 years ago

FezzFest commented 9 years ago

There is a missing } in includes/pages/nodes/nodes_plot.php. This causes PHP to throw a parsing error: PHP Parse error: syntax error, unexpected '?>', expecting function (T_FUNCTION) in /var/www/wind/includes/pages/nodes/nodes_plot.php on line 65, referer: http://10.94.176.70/index.php/nodes?node=3.

spinza commented 8 years ago

Where is the typo? I can't find it. Looking to fix it as I get the same error.

jammin84 commented 8 years ago

I would say an additional } on line 55 would resolve the issue.

The admins of this page dont seem to update things too often, so you may just need to code it in yourselves.

spinza commented 8 years ago

Thanks @jammin84 submitted a pull request to fix this. I can't believe I was looking in the wrong file all the time.