Skip to content
Snippets Groups Projects
Commit 48bbf720 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

#83225 by Heine. Remove an extra theme('placeholder').

parent 1081f927
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -380,7 +380,7 @@ function _phptemplate_default($hook, $variables, $suggestions = array(), $extens
}
else {
$variables['hook'] = $hook;
watchdog('error', t('%engine.engine was instructed to override the %name theme function, but no valid template file was found.', array('%engine' => $theme_engine, '%name' => theme('placeholder', $hook))));
watchdog('error', t('%engine.engine was instructed to override the %name theme function, but no valid template file was found.', array('%engine' => $theme_engine, '%name' => $hook)));
$file = "themes/engines/$theme_engine/default$extension";
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment