Use string output

This commit is contained in:
Evan Prodromou 2011-10-07 10:30:22 -04:00
parent 0d35673d5a
commit 7f4b23b8ed
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class OfflineBackupQueueHandler extends QueueHandler
// 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());