Skip to content
Snippets Groups Projects
Commit db9d4424 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Fixed typo in system module.  Patch by Ax.
parent 704dd81b
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
...@@ -131,7 +131,7 @@ function system_view_module($name) { ...@@ -131,7 +131,7 @@ function system_view_module($name) {
} }
function system_view_theme($name) { function system_view_theme($name) {
$themes = $theme_list(); $themes = theme_list();
$theme = $themes[$name]; $theme = $themes[$name];
if ($theme) { if ($theme) {
include_once "$theme->filename"; include_once "$theme->filename";
......
...@@ -131,7 +131,7 @@ function system_view_module($name) { ...@@ -131,7 +131,7 @@ function system_view_module($name) {
} }
function system_view_theme($name) { function system_view_theme($name) {
$themes = $theme_list(); $themes = theme_list();
$theme = $themes[$name]; $theme = $themes[$name];
if ($theme) { if ($theme) {
include_once "$theme->filename"; include_once "$theme->filename";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment