summaryrefslogtreecommitdiff
path: root/modules/locale.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/locale.module')
-rw-r--r--modules/locale.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale.module b/modules/locale.module
index 4b3812e82..84b466954 100644
--- a/modules/locale.module
+++ b/modules/locale.module
@@ -229,7 +229,7 @@ function locale_seek() {
$rows[] = array(array("data" => "$pager", "colspan" => "5"));
}
- $output .= table($header, $rows);
+ $output .= theme("table", $header, $rows);
}