play g
This commit is contained in:
@@ -65,6 +65,10 @@ class ResultFormatter extends Model
|
||||
}
|
||||
return $banner_str;
|
||||
}
|
||||
|
||||
private function taskFileLink(){
|
||||
return 'file_link_will_be_here';
|
||||
}
|
||||
public function fixtags($text){
|
||||
$text = htmlspecialchars($text);
|
||||
$text = preg_replace("/=/", "=\"\"", $text);
|
||||
@@ -371,6 +375,7 @@ class ResultFormatter extends Model
|
||||
"msg_firstname" => $out["msg_firstname_${key}"],
|
||||
"msg_id" => $out["msg_id_${key}"],
|
||||
"msg_type" => $out["msg_type_${key}"],
|
||||
"file_link" => $this->taskFileLink(),
|
||||
"who" => $out["who_${key}"],
|
||||
"msg_uid" => $out["msg_uid_${key}"],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user