Skip to content

Commit

Permalink
ad223213
Browse files Browse the repository at this point in the history
  • Loading branch information
surya432 committed Dec 17, 2019
1 parent 944ce8a commit 68f3b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/BackupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function duplicateMaster($content, $kualitas)

}
$contentSetNull->save();
return $content->url ."Error Links ".$kualitas;
return $content->url ." ".$kualitas ." Error Links ".$content->f720p;
} else {
$settingData = gmail::where('tipe', 'master')->inRandomOrder()->first();
$data = array("status" => "duplicate", "url" => $content->url, "content_id" => $content->id, "kualitas" => $kualitas);
Expand Down

0 comments on commit 68f3b42

Please sign in to comment.