Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing member variable in sync_model.php to fix issue emoncms#36
Issue emoncms#36 was caused by the $feed member variable in the Sync class not being delcared in the class. This was permitted prior to php 8.2 but will now raise a warning. The warning corrupts the JSON output preventing the function from working. Tests: - Sync several feed from an upstream stable emoncms instance
- Loading branch information