--- loncom/homework/daxeopen.pm 2023/11/19 21:28:17 1.14 +++ loncom/homework/daxeopen.pm 2024/04/14 17:12:28 1.15 @@ -1,7 +1,7 @@ # The LearningOnline Network # Opening converted problems and directory listings for Daxe # -# $Id: daxeopen.pm,v 1.14 2023/11/19 21:28:17 raeburn Exp $ +# $Id: daxeopen.pm,v 1.15 2024/04/14 17:12:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -49,7 +49,7 @@ sub handler { my $uri = $request->uri; $uri =~ s{^/daxeopen}{}; &Apache::loncommon::no_cache($request); - my %editors = &Apache::loncommon::permitted_editors(); + my %editors = &Apache::loncommon::permitted_editors($uri); unless ($editors{'daxe'}) { $request->content_type('text/plain'); $request->print(&mt('Daxe editor is not enabled for this Authoring Space.'));