--- loncom/interface/londocs.pm 2020/03/06 19:40:57 1.670 +++ loncom/interface/londocs.pm 2020/07/01 20:08:53 1.671 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.670 2020/03/06 19:40:57 raeburn Exp $ +# $Id: londocs.pm,v 1.671 2020/07/01 20:08:53 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4860,7 +4860,7 @@ sub short_urls { $r->rflush(); my $readonly; if ($canedit) { - my ($numnew,$errors) = &Apache::loncommon::make_short_symbs($cdom,$cnum,$navmap); + my ($numnew,$errors) = &Apache::loncommon::get_requested_shorturls($cdom,$cnum,$navmap); if ($numnew) { $r->print('

'.&mt('Created [quant,_1,URL]',$numnew).'

'); }