summaryrefslogtreecommitdiff
path: root/themes/engines/phptemplate/phptemplate.engine
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-10-23 06:45:17 +0000
committerDries Buytaert <dries@buytaert.net>2006-10-23 06:45:17 +0000
commitaf5402ad2abd530a192115a2760cf00fe0d151f3 (patch)
tree43cb2487da80ebf0617d7a133392c3b55c069c94 /themes/engines/phptemplate/phptemplate.engine
parent8ab113e7530c969a867488ee9d9faa8d3fb68a15 (diff)
downloadbrdo-af5402ad2abd530a192115a2760cf00fe0d151f3.tar.gz
brdo-af5402ad2abd530a192115a2760cf00fe0d151f3.tar.bz2
- Patch #88287 by asimmonds, dww et al: installer doesn't support modules outside root/modules directory. Critical bugfix.
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 b6504d06a..b3d8843ef 100644
--- a/themes/engines/phptemplate/phptemplate.engine
+++ b/themes/engines/phptemplate/phptemplate.engine
@@ -14,7 +14,7 @@ function phptemplate_init($template) {
}
function phptemplate_templates($directory = 'themes') {
- return system_listing('^page\.tpl\.php$', $directory, 'filename');
+ return drupal_system_listing('^page\.tpl\.php$', $directory, 'filename');
}
/**