Fixed to correctly get a reference to the parameters.

dev
Loic d'Anterroches 2008-12-05 11:52:14 +01:00
parent a1eeb12516
commit 6ae032df3e
1 changed files with 1 additions and 1 deletions

View File

@ -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