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 aead0a2d7..52088a12f 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -1193,7 +1193,7 @@ function drupal_to_js($var) {
}
return '[ '. implode(', ', $output) .' ]';
}
- // Fall through
+ // Fall through
case 'object':
$output = array();
foreach ($var as $k => $v) {