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.