summaryrefslogtreecommitdiff
path: root/includes/install.inc
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-12-30 15:19:44 -0500
committerDavid Rothstein <drothstein@gmail.com>2013-12-30 15:19:44 -0500
commit4ed2cfc39e1d5a00b67e4776b3ff22b9bc2aa937 (patch)
treed0bd5726d8ce8c253fc92e0f5c63b5581f152af3 /includes/install.inc
parent31d124b795ce92cf1d5dc87e636b059394551dfb (diff)
downloadbrdo-4ed2cfc39e1d5a00b67e4776b3ff22b9bc2aa937.tar.gz
brdo-4ed2cfc39e1d5a00b67e4776b3ff22b9bc2aa937.tar.bz2
Issue #1480734 by kotnik: Useless require_once file in st().
Diffstat (limited to 'includes/install.inc')
-rw-r--r--includes/install.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/install.inc b/includes/install.inc
index 3631c36e7..71de3e6cb 100644
--- a/includes/install.inc
+++ b/includes/install.inc
@@ -1134,7 +1134,6 @@ function st($string, array $args = array(), array $options = array()) {
}
}
- require_once DRUPAL_ROOT . '/includes/theme.inc';
// Transform arguments before inserting them
foreach ($args as $key => $value) {
switch ($key[0]) {