Skip to content

Commit

Permalink
Add real_section so we know what original default section is
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Apr 17, 2003
1 parent c0b4bf4 commit 1c6d1b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Slash/DB/MySQL/MySQL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5367,6 +5367,7 @@ sub getSlashConf {
# any bad or missing data in the vars table
$conf{rootdir} ||= "//$conf{basedomain}";
$conf{real_rootdir} ||= $conf{rootdir}; # for when rootdir changes
$conf{real_section} ||= $conf{section}; # for when section changes
$conf{absolutedir} ||= "http://$conf{basedomain}";
# If absolutedir_secure is not defined, it defaults to the
# same as absolutedir.
Expand Down

0 comments on commit 1c6d1b5

Please sign in to comment.