Fixed to correctly get a reference to the parameters.
This commit is contained in:
parent
a1eeb12516
commit
6ae032df3e
@ -33,7 +33,7 @@ class IDF_Plugin_SyncSvn
|
||||
/**
|
||||
* Entry point of the plugin.
|
||||
*/
|
||||
static public function entry($signal, $params)
|
||||
static public function entry($signal, &$params)
|
||||
{
|
||||
// First check for the 3 mandatory config variables.
|
||||
if (!Pluf::f('idf_plugin_syncsvn_authz_file', false) or
|
||||
|
Loading…
Reference in New Issue
Block a user