Skip to content

Commit

Permalink
Issue #156: Add FeedsState to hook_autoload_info(). (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
laryn authored Nov 28, 2024
1 parent 58aaff3 commit 651b6db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions feeds.module
Original file line number Diff line number Diff line change
Expand Up @@ -1694,6 +1694,7 @@ function feeds_autoload_info() {
'FeedsLockException' => 'includes/FeedsSource.inc',
'FeedsSource' => 'includes/FeedsSource.inc',
'FeedsSourceInterface' => 'includes/FeedsSource.inc',
'FeedsState' => 'includes/FeedsSource.inc',
'FeedsPreviewSource' => 'includes/FeedsPreviewSource.inc',
'FeedsPreviewTable' => 'includes/FeedsPreviewTable.inc',
'HRCurlException' => 'libraries/http_request.inc',
Expand Down

0 comments on commit 651b6db

Please sign in to comment.