Add AdSpace help.
Fix bad subroutine exit in label.t Clone label.t to create setHelp.t, which checks that AdminConsole help topics resolve Fix typo in AC help topic for InOutBoard
This commit is contained in:
parent
23f39a65ab
commit
f1d99a0af1
5 changed files with 118 additions and 2 deletions
|
|
@ -131,7 +131,7 @@ sub label_finder_pm {
|
|||
}
|
||||
|
||||
sub obj_finder_pm {
|
||||
next unless /\.pm$/;
|
||||
return unless /\.pm$/;
|
||||
if ($File::Find::name =~ m#(?:Help|i18n)/?$#) {
|
||||
warn "Pruned $File::Find::name\n";
|
||||
$File::Find::prune=1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue