Modified: fixed embed message issue on video embed
This commit is contained in:
parent
5497ca1797
commit
31197fd771
1 changed files with 5 additions and 5 deletions
|
@ -43,12 +43,12 @@
|
|||
$vid = $Upload->submit_upload();
|
||||
$Upload->do_after_video_upload($vid);
|
||||
|
||||
echo '<div class="alert alert-success embed_video">
|
||||
Video has been Embeded succesfully ..
|
||||
</div>';
|
||||
|
||||
if(!error())
|
||||
$step=3;
|
||||
|
||||
if(!error()){
|
||||
e('Video has been Embeded succesfully ..','m');
|
||||
$step=3;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue