diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/restoreuser.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/restoreuser.php b/scripts/restoreuser.php index 8327c796c..b37e9db74 100644 --- a/scripts/restoreuser.php +++ b/scripts/restoreuser.php @@ -219,7 +219,7 @@ function postNote($user, $activity) $rendered = purify($sourceContent); $content = html_entity_decode(strip_tags($rendered), ENT_QUOTES, 'UTF-8'); - $shortened = common_shorten_links($content); + $shortened = $user->shortenLinks($content); $options = array('is_local' => Notice::LOCAL_PUBLIC, 'uri' => $sourceUri, |