summaryrefslogtreecommitdiff
path: root/modules/path/path.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/path/path.module')
-rw-r--r--modules/path/path.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/path/path.module b/modules/path/path.module
index 7b88f77aa..9a8ea9ff0 100644
--- a/modules/path/path.module
+++ b/modules/path/path.module
@@ -212,7 +212,7 @@ function path_overview() {
$rows[] = array(array("data" => t("No URL aliases available."), "colspan" => "4"));
}
- return table($header, $rows);
+ return theme("table", $header, $rows);
}
function path_load($pid) {