Internal: Fix typo

This commit is contained in:
Molkobain
2020-01-31 17:19:56 +01:00
parent d9e8eed084
commit 78d4c8c7c7

View File

@@ -4380,7 +4380,7 @@ class AttributeLongText extends AttributeText
{
// Is there a way to know the current limitation for mysql?
// See mysql_field_len()
return 65535 * 1024; // Limited... still 64 Mb!
return 65535 * 1024; // Limited... still 64 MB!
}
}