summaryrefslogtreecommitdiff
path: root/modules/path
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-05-31 19:14:43 +0000
committerDries Buytaert <dries@buytaert.net>2004-05-31 19:14:43 +0000
commit7a33d9f6fdca098b75acb8576147474cff5dd2a8 (patch)
treebe95a69ba30663fecb926874822c4573c4b05df9 /modules/path
parentfd4d894340442bfb4424ee3538f61650a264faf0 (diff)
downloadbrdo-7a33d9f6fdca098b75acb8576147474cff5dd2a8.tar.gz
brdo-7a33d9f6fdca098b75acb8576147474cff5dd2a8.tar.bz2
- Patch #7350 by Mathias: return part a taxonomy tree to a user-defined
depth/level. - Updated CHANGELOG.txt.
Diffstat (limited to 'modules/path')
-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 a33c524e9..5ac3cc982 100644
--- a/modules/path/path.module
+++ b/modules/path/path.module
@@ -303,7 +303,7 @@ function path_save($edit) {
}
drupal_set_message(t('the alias has been saved.'));
-
+
return path_overview();
}
}