summaryrefslogtreecommitdiff
path: root/themes/engines/phptemplate/phptemplate.engine
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-09-11 08:20:23 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-09-11 08:20:23 +0000
commit48bbf7207cf348aafe067cf3a4848a9f342da3a0 (patch)
tree4b0d4ae26ec7ef37cb56bcf264ec93b3a4520f10 /themes/engines/phptemplate/phptemplate.engine
parent1081f927323104993d8a78e356d5b0a6766bf992 (diff)
downloadbrdo-48bbf7207cf348aafe067cf3a4848a9f342da3a0.tar.gz
brdo-48bbf7207cf348aafe067cf3a4848a9f342da3a0.tar.bz2
#83225 by Heine. Remove an extra theme('placeholder').
Diffstat (limited to 'themes/engines/phptemplate/phptemplate.engine')
-rw-r--r--themes/engines/phptemplate/phptemplate.engine2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/engines/phptemplate/phptemplate.engine b/themes/engines/phptemplate/phptemplate.engine
index a51501a04..2e8027a58 100644
--- a/themes/engines/phptemplate/phptemplate.engine
+++ b/themes/engines/phptemplate/phptemplate.engine
@@ -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";
}
}