Compatibility fixes

This commit is contained in:
Grischa Brockhaus 2012-06-13 12:47:16 +02:00
parent 6899fa3026
commit 0407a731de

View File

@ -130,7 +130,7 @@ class serendipity_event_entryproperties extends serendipity_event
serendipity_plugin_api::hook_event('backend_cache_entries', $this->title);
}
function uninstall() {
function uninstall(&$propbag) {
serendipity_plugin_api::hook_event('backend_cache_purge', $this->title);
}