diff options
| author | 2019-11-12 10:19:57 +0100 | |
|---|---|---|
| committer | 2019-11-12 10:19:57 +0100 | |
| commit | 09c088c62ece3b17615fb4e2addfa16663bb334f (patch) | |
| tree | 9fe5a64e52711524bd6c327cd9db02dca83065a5 /cli/user-info.php | |
| parent | 91cb165829badde07c42a002215cf52779d891b6 (diff) | |
| parent | 874fce6656ce0a4fb144af672e8a31f1ec5f64f5 (diff) | |
Merge pull request #2655 from FreshRSS/dev1.15.2
FreshRSS 1.15.2
Diffstat (limited to 'cli/user-info.php')
| -rwxr-xr-x | cli/user-info.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/user-info.php b/cli/user-info.php index aa4db7c2f..f56bd9aa5 100755 --- a/cli/user-info.php +++ b/cli/user-info.php @@ -43,7 +43,7 @@ if (array_key_exists('header', $options)) { foreach ($users as $username) { $username = cliInitUser($username); - $catDAO = FreshRSS_Factory::createCategoryDao(); + $catDAO = FreshRSS_Factory::createCategoryDao($username); $feedDAO = FreshRSS_Factory::createFeedDao($username); $entryDAO = FreshRSS_Factory::createEntryDao($username); $tagDAO = FreshRSS_Factory::createTagDao($username); |
