update v1.0.7.5

This commit is contained in:
Sujit Prasad
2016-06-14 14:45:24 +05:30
parent 32a73e76d1
commit 050086df09
46 changed files with 2009 additions and 1437 deletions

View File

@@ -21,13 +21,12 @@ class Ticket_Thread extends BaseModel
$this->attach()->delete();
parent::delete();
}
// public function setTitleAttribute($value) {
// $this->attributes['title'] = str_replace('"', "'", $value);
// }
public function getTitleAttribute($value)
{
return str_replace('"', "'", $value);
}
public function getTitleAttribute($value) {
return str_replace('"', "'", $value);
}
}