Browse Source

Fixed a little exiftool bug

Conflicts:
	post.php
tags/vichan-4.5.0
Jano Slota czaks 10 years ago
parent
commit
c2c7859a9e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      post.php

+ 1
- 1
post.php View File

@@ -641,7 +641,7 @@ if (isset($_POST['delete'])) {
if (!$config['redraw_image'] && $config['use_exiftool']) {
if($error = shell_exec_error('exiftool -overwrite_original -ignoreMinorErrors -q -q -all= ' .
escapeshellarg($upload)))
error('Could not strip EXIF metadata!', null, $error);
error(_('Could not strip EXIF metadata!'), null, $error);
} else {
$image->to($post['file']);
$dont_copy_file = true;


Loading…
Cancel
Save