summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 4a29f12e5..7e6751725 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -731,7 +731,7 @@ function t($string, $args = 0) {
}
else {
// Transform arguments before inserting them
- foreach($args as $key => $value) {
+ foreach ($args as $key => $value) {
switch ($key[0]) {
// Escaped only
case '@':