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 48984ac52..8ebbc1c26 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -39,7 +39,7 @@ function drupal_get_path_map($action = "") {
}
if (!$cache) {
- $result = db_query("SELECT * FROM {path}");
+ $result = db_query("SELECT * FROM {url_alias}");
while ($data = db_fetch_object($result)) {
$map[$data->dst] = $data->src;
}