Skip to content

Commit

Permalink
Merge pull request #37 from davefiddes/fix-feed-list-error
Browse files Browse the repository at this point in the history
Add missing member variable in sync_model.php to fix issue #36
  • Loading branch information
glynhudson authored Sep 3, 2023
2 parents e1cc606 + f6eb240 commit 0d37df2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sync-module/sync_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Sync
private $connect_timeout = 5;
private $total_timeout = 10;
private $log;
private $feed;

public function __construct($mysqli,$feed)
{
Expand Down

0 comments on commit 0d37df2

Please sign in to comment.