dever 7 anni fa
parent
commit
41fb5305cc
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/Store/Local.php

+ 2 - 0
src/Store/Local.php

@@ -160,6 +160,8 @@ class Local extends Core implements Config
 			$this->ext = '.webp';
 			$this->name .= '_wp' . $num;
 			$dest = $this->file();
+		} else {
+			$dest .= '.webp';
 		}
 
 		$this->img()->setType('im');