commit | d134e79fb15b7a97e8cea4e5e13cfebb48729fce | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Sun Sep 21 12:31:56 2014 +0200 |
committer | David Ostrovsky <david.ostrovsky@gmail.com> | Wed Jan 21 10:42:31 2015 +0000 |
tree | fec83924b2828e66ada17c7dd0689070547c9ca9 | |
parent | 068511b2d4494a534c09abdf2c7dfa547d0f7029 [diff] |
Fix plugin reloading for DynamicItems Since DynamicItems could only ever be loaded by a single plugin at a time (they are singletons), the code enforcing this prevented those plugins from being reloaded. Test Plan: reload the following plugins: * gravatar-avatar-provider * websession-flatfile Bug: issue 2895 Change-Id: I52a07f34d1fa0b756f4cc22d0d83d2ef6906840e (cherry picked from commit 9a5e78aa73fc4cf1159e2bcca95bf11c1f0b5cb5)