We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So the plugin will not work for anyone who updated. due to the fact that now there is an instance config..
add/change line 81 in class.CloserPlugin.php to this
//hacked to only do one instance. $config = $this->getConfig($this->getInstance( 1 ));
change the 1 with your instance config . can be found in the database easily. most likely it is 1 though for your case.
took me a long time to figure it out. and that is due to them adding instances to plugins. ...
again this is a hack fix. :) not good for long run or multi instance usage.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So the plugin will not work for anyone who updated. due to the fact that now there is an instance config..
add/change line 81 in class.CloserPlugin.php to this
//hacked to only do one instance.
$config = $this->getConfig($this->getInstance( 1 ));
change the 1 with your instance config . can be found in the database easily. most likely it is 1 though for your case.
took me a long time to figure it out. and that is due to them adding instances to plugins. ...
again this is a hack fix. :) not good for long run or multi instance usage.
The text was updated successfully, but these errors were encountered: