Added a search engine in the issues.

This commit is contained in:
Loic d'Anterroches
2008-08-13 18:26:36 +02:00
parent 5275a1a9d6
commit a1e10bd169
11 changed files with 385 additions and 18 deletions

View File

@@ -107,13 +107,5 @@ class IDF_IssueComment extends Pluf_Model
function postSave($create=false)
{
// This will be used to fire the indexing or send a
// notification email to the interested people, etc.
$q = new Pluf_Queue();
$q->model_class = __CLASS__;
$q->model_id = $this->id;
$q->action = 'updated';
$q->lock = 0;
$q->create();
}
}