mirror of
https://github.com/Circlepuller/Tinyboard.git
synced 2025-01-17 05:18:28 +01:00
Typo in inc/image.php.. ugh
This commit is contained in:
parent
02ee552fd5
commit
0552e5b50d
@ -11,7 +11,7 @@ defined('TINYBOARD') or exit;
|
||||
* doesn't support the format in earlier versions
|
||||
*/
|
||||
if (!defined('IMAGETYPE_WEBP'))
|
||||
defined('IMAGETYPE_WEBP', 18);
|
||||
define('IMAGETYPE_WEBP', 18);
|
||||
|
||||
class Image {
|
||||
public $src, $format, $image, $size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user