Skip to content

Commit

Permalink
We're already in the quota module
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Feb 15, 2025
1 parent 7f4a482 commit 03a40d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quota/system_info.pl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Return some basic info about the system
sub list_system_info
{
my $n = &quota::user_filesystems($remote_user);
my $n = &user_filesystems($remote_user);
if ($n > 0) {
my @chart;
my $chart = { 'type' => 'chart',
Expand Down

0 comments on commit 03a40d5

Please sign in to comment.