Use string output
This commit is contained in:
parent
0d35673d5a
commit
7f4b23b8ed
@ -72,7 +72,7 @@ class OfflineBackupQueueHandler extends QueueHandler
|
|||||||
|
|
||||||
// XXX: this is pretty lose-y; try another way
|
// XXX: this is pretty lose-y; try another way
|
||||||
|
|
||||||
$actstr = new UserActivityStream($user, true, UserActivityStream::OUTPUT_RAW);
|
$actstr = new UserActivityStream($user, true);
|
||||||
|
|
||||||
file_put_contents($fullPath, $actstr->getString());
|
file_put_contents($fullPath, $actstr->getString());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user