소스 검색

Make config/plugin_hooks.php just a touch more readable

pdontthink 19 년 전
부모
커밋
77777b1f61
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      config/conf.pl

+ 1 - 0
config/conf.pl

@@ -5160,6 +5160,7 @@ if ($hooked_plugin_name ne $plugins[$ct]) {
                             print "   registering on hook \"" . $hook_name . "\"\n";
                         }
                         $line =~ s/ {2,}/ /g;
+                        $line =~ s/=/\n    =/;
                         print HOOKFILE "\$$line";
 
                     }