sammarks / ablecore

A library for Drupal developers.
MIT License
5 stars 4 forks source link

Fixed ablecore_mail module PHP warning #55

Closed justinhamlett closed 8 years ago

justinhamlett commented 8 years ago

Drupal core version 7.50 added an error parameter to the function drupal_get_filename($type, $name, $filename = NULL, $trigger_error = TRUE) so that it automatically gave a PHP warning when a file wasn't found.

sammarks commented 8 years ago

Looks like this was indented with spaces. Can you indent it with tabs instead to be consistent with the rest of the codebase?