Closed justinhamlett closed 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.
drupal_get_filename($type, $name, $filename = NULL, $trigger_error = TRUE)
Looks like this was indented with spaces. Can you indent it with tabs instead to be consistent with the rest of the codebase?
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.