Apply fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
4ec6000d69
commit
c547b2e438
@@ -59,7 +59,7 @@ class Notification extends BaseModel
|
||||
public function delete()
|
||||
{
|
||||
$this->deleteUserNotification();
|
||||
// $this->dummyDelete();
|
||||
// $this->dummyDelete();
|
||||
parent::delete();
|
||||
}
|
||||
}
|
||||
|
@@ -35,7 +35,7 @@ class Ticket_attachments extends Model
|
||||
if ($content) {
|
||||
$value = base64_encode($content);
|
||||
if (mime($this->type) != 'image') {
|
||||
$root = $root . "/" . $name;
|
||||
$root = $root.'/'.$name;
|
||||
chmod($root, 1204);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user