--- loncom/interface/londocs.pm 2020/07/19 14:25:35 1.484.2.85.2.3 +++ loncom/interface/londocs.pm 2020/07/20 10:39:57 1.484.2.85.2.4 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.484.2.85.2.3 2020/07/19 14:25:35 raeburn Exp $ +# $Id: londocs.pm,v 1.484.2.85.2.4 2020/07/20 10:39:57 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4738,7 +4738,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).'

'); }