summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-03 11:04:58 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-03 11:04:58 +0000
commit5212d5730f3e09024e84a5a5b76d571e65295b87 (patch)
tree3f0396264924378562213064c5e95144bfd92202 /includes
parent9574da507ffca24b9fc6e706928d494a864f46ae (diff)
downloadbrdo-5212d5730f3e09024e84a5a5b76d571e65295b87.tar.gz
brdo-5212d5730f3e09024e84a5a5b76d571e65295b87.tar.bz2
- Patch #424372 by #424372 by mr.baileys: small code clean-up.
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 9c4ce49f8..0684f7ab3 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -6034,7 +6034,7 @@ function drupal_parse_info_format($data) {
// Handle PHP constants.
if (isset($constants[$value])) {
- $value = constant($value);
+ $value = $constants[$value];
}
// Insert actual value