--- loncom/publisher/lonpubdir.pm	2019/08/13 17:01:24	1.160.2.4
+++ loncom/publisher/lonpubdir.pm	2019/08/13 19:27:43	1.160.2.5
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Authoring Space Directory Lister
 #
-# $Id: lonpubdir.pm,v 1.160.2.4 2019/08/13 17:01:24 raeburn Exp $
+# $Id: lonpubdir.pm,v 1.160.2.5 2019/08/13 19:27:43 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -91,10 +91,10 @@ sub handler {
     my $current_disk_usage = &Apache::lonnet::diskusage($udom,$uname,
                                 "$londocroot/priv/$udom/$uname"); # expressed in kB
     my $disk_quota = &Apache::loncommon::get_user_quota($uname,$udom,
-                                                 $cstr,$crstype); # expressed in MB
+                                                 'author'); # expressed in MB
 
     # Put out the start of page.
-    &startpage($r, $uname, $udom, $thisdisfn, $current_disk_usage, $disk_quota, $crsauthor);
+    &startpage($r, $uname, $udom, $thisdisfn, $current_disk_usage, $disk_quota);
 
     if (!-d $fn) {
         if (-e $fn) {