Skip to content

Commit

Permalink
Spelling mistake in hook_requirements().
Browse files Browse the repository at this point in the history
  • Loading branch information
nhck committed Apr 6, 2012
1 parent 63aa892 commit 0a866a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webfm.module
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function webfm_requirements($phase) {
$requirements['webfm'] = array(
'title' => t('File Information Extension'),
'value' => t('Disabled'),
'description' => t('In order to check whether the uploaded file acutally is of the type its file extension suggests. !Webfm uses the !phpfileinfo in order to do that.', array('!Webfm' => l('Web File Manager', 'admin/settings/webfm'), '!phpfileinfo' => l('php fileinfo extension', 'http://php.net/manual/en/book.fileinfo.php'))),
'description' => t('In order to check whether the uploaded file actually is of the type its file extension suggests. !Webfm uses the !phpfileinfo in order to do that.', array('!Webfm' => l('Web File Manager', 'admin/settings/webfm'), '!phpfileinfo' => l('php fileinfo extension', 'http://php.net/manual/en/book.fileinfo.php'))),
'severity' => REQUIREMENT_WARNING,
);
}
Expand Down

0 comments on commit 0a866a5

Please sign in to comment.