mirror of
https://github.com/friendica/friendica
synced 2025-04-26 02:30:11 +00:00
"item" is replaced whenever possible at the moment
This commit is contained in:
parent
0fe37b123a
commit
8f27715d8b
9 changed files with 21 additions and 21 deletions
|
@ -242,7 +242,7 @@ class UserExport extends BaseSettings
|
|||
self::exportAccount($a);
|
||||
echo "\n";
|
||||
|
||||
$total = DBA::count('item', ['uid' => local_user()]);
|
||||
$total = Post::count(['uid' => local_user()]);
|
||||
// chunk the output to avoid exhausting memory
|
||||
|
||||
for ($x = 0; $x < $total; $x += 500) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue