Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scoping by namespaces not working #3

Open
calnation opened this issue Jun 11, 2017 · 2 comments
Open

Scoping by namespaces not working #3

calnation opened this issue Jun 11, 2017 · 2 comments

Comments

@calnation
Copy link

In my LocalSettings.php I have:

$articleProtectionNS = [
        NS_CAMPAIGN,
        NS_OPINION,
        NS_USER,
    ];

However, private ownership is not working on NS_OPINION but keeps extending to namespaces not mentioned such as NS_MAIN, NS_CATEGORY...Is there a way to stop that from happening?

@nischayn22
Copy link
Owner

My guess is that something has changed in the latest MW versions and its not working well now.

@calnation
Copy link
Author

I'm using 1.28 if that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants