smarter verification check in the gui

This commit is contained in:
SJ
2013-10-30 23:40:34 +01:00
parent b8d10ea9e5
commit 25623dda1c
4 changed files with 20 additions and 7 deletions

View File

@ -420,7 +420,9 @@ class ModelSearchSearch extends Model {
*/
if(ENABLE_ON_THE_FLY_VERIFICATION == 1) {
$m['verification'] = $this->model_search_message->verify_message($m['piler_id']);
$data = $this->model_search_message->get_raw_message($m['piler_id']);
$m['verification'] = $this->model_search_message->verify_message($m['piler_id'], $data);
$data = '';
}
if(isset($tag[$m['id']])) { $m['tag'] = $tag[$m['id']]; } else { $m['tag'] = ''; }