Reproduce:
- Enable $wgPageCreationLog
- Create some pages
- Disable $wgPageCreationLog
- View Special:Log
Actual:
Seeing XXX performed unknown action "create/create" on YYY
Expected:
At least the log entry should be displayed normally.
In addition (all are optional):
- If we hide page creation log from list of selectable log type (which is the currently behavior, not sure whether we should change), we probably need another way to filter existing creation log entries out (again, not sure whether it is worth to add this feature)
- Alternatively we can hide all existing creation log entries. (personally I don't think it is a good solution)