Skip to content

Commit

Permalink
Trivial - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
John Horne committed Oct 3, 2017
1 parent 50b2e5b commit 7a87ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade.php
Expand Up @@ -518,7 +518,7 @@ function upgrade_10()

function upgrade_11()
{
// Create, and initailize, the field for enabling MIME upload checks.
// Create, and initialize, the field for enabling MIME upload checks.

if (! _db_field_exists('sitedetails', 'enable_mime_check')) {
$error1 = _db_add_field('sitedetails', 'enable_mime_check', 'char(255)', 'NULL', 'apache');
Expand Down

0 comments on commit 7a87ccb

Please sign in to comment.