Remove from the index on delete.

This commit is contained in:
Loic d'Anterroches
2008-11-23 11:26:17 +01:00
parent b03422fc18
commit 78bc9a5466
2 changed files with 28 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ class IDF_WikiPage extends Pluf_Model
function preDelete()
{
IDF_Timeline::remove($this);
IDF_Search::remove($this);
}
function get_current_revision()