HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

SphinxSearch Vanilla 2.6 compatibility

To get the SphinxSearch plugin working under Vanilla 2.6, you need to change a couple of lines of code.

In the plugin, find all instances of Gdn::Session()->GetPermissions(); and replace with Gdn::Session()->getPermissionsArray();

Comments

Sign In or Register to comment.