parent
684cd73a79
commit
adcc349d89
|
@ -20,7 +20,7 @@ sub getsetup () {
|
||||||
}
|
}
|
||||||
|
|
||||||
sub checkconfig () {
|
sub checkconfig () {
|
||||||
if (defined $config{srcdir}) {
|
if (defined $config{srcdir} && length $config{srcdir}) {
|
||||||
# Preprocess the shortcuts page to get all the available shortcuts
|
# Preprocess the shortcuts page to get all the available shortcuts
|
||||||
# defined before other pages are rendered.
|
# defined before other pages are rendered.
|
||||||
my $srcfile=srcfile("shortcuts.".$config{default_pageext}, 1);
|
my $srcfile=srcfile("shortcuts.".$config{default_pageext}, 1);
|
||||||
|
|
Loading…
Reference in New Issue