diff options
| -rwxr-xr-x | plugins/mime.video.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mime.video.php b/plugins/mime.video.php index 6d97ecc..8c7d8cb 100755 --- a/plugins/mime.video.php +++ b/plugins/mime.video.php @@ -105,7 +105,7 @@ function mime_video_store( &$pStoreRow ) { * @return bool true on success, false on failure - mErrors will contain reason for failure */ function mime_video_update( &$pStoreRow, $pParams = null ) { - $ret = false; + $ret = true; if( BitBase::verifyId( $pStoreRow['attachment_id'] )) { $pStoreRow['log'] = []; |
