about summary refs log tree commit homepage
path: root/lib/PublicInbox/Repobrowse.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/Repobrowse.pm')
-rw-r--r--lib/PublicInbox/Repobrowse.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/PublicInbox/Repobrowse.pm b/lib/PublicInbox/Repobrowse.pm
index fe06a5be..0b09800b 100644
--- a/lib/PublicInbox/Repobrowse.pm
+++ b/lib/PublicInbox/Repobrowse.pm
@@ -29,8 +29,9 @@ my %VCS = (git => 'Git');
 my %LOADED;
 
 sub new {
-        my ($class, $file) = @_;
-        bless { rconfig => PublicInbox::RepobrowseConfig->new($file) }, $class;
+        my ($class, $rconfig) = @_;
+        $rconfig ||= PublicInbox::RepobrowseConfig->new;
+        bless { rconfig => $rconfig }, $class;
 }
 
 # simple response for errors