hello,

I have made a plugin that I want to call a couple of times
during the site cyclus but even when i use a new configuration
it keeps the old one (config fwhen the plugin is called the first time)

<plugins>
<plugin>
   xxx
   <configuration>
      config aaa
   <configuration>
</plugin>
<plugin>
   xxx
   <configuration>
      config bbb
   <configuration>
</plugin>
</plugins>

plugin is executed twice with config aaa

greetings,


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to