Index: trunk/extensions/Configure/Configure.settings.php |
— | — | @@ -498,6 +498,7 @@ |
499 | 499 | 'wgExportMaxHistory' => 'int', |
500 | 500 | 'wgImportTargetNamespace' => 'text', |
501 | 501 | 'wgLogActions' => 'array', |
| 502 | + 'wgLogActionsHandlers' => 'array', |
502 | 503 | 'wgLogHeaders' => 'array', |
503 | 504 | 'wgLogNames' => 'array', |
504 | 505 | 'wgLogRestrictions' => 'array', |
— | — | @@ -858,6 +859,7 @@ |
859 | 860 | 'wgBrowserBlackList' => 'simple', |
860 | 861 | # Special pages |
861 | 862 | 'wgLogActions' => 'assoc', |
| 863 | + 'wgLogActionsHandlers' => 'assoc', |
862 | 864 | 'wgLogHeaders' => 'assoc', |
863 | 865 | 'wgLogNames' => 'assoc', |
864 | 866 | 'wgLogRestrictions' => 'assoc', |
— | — | @@ -909,6 +911,7 @@ |
910 | 912 | 'wgInputEncoding', // Too old |
911 | 913 | 'wgJobClasses', |
912 | 914 | 'wgLogActions', |
| 915 | + 'wgLogActionsHandlers', |
913 | 916 | 'wgLogHeaders', |
914 | 917 | 'wgLogNames', |
915 | 918 | 'wgLogTypes', |