summaryrefslogtreecommitdiff
path: root/modules/path.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/path.module')
-rw-r--r--modules/path.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/path.module b/modules/path.module
index 9ae5bb01c..6929ba822 100644
--- a/modules/path.module
+++ b/modules/path.module
@@ -267,7 +267,7 @@ function path_load($pid) {
/**
* Verify that a new URL alias is valid, and save it to the database.
*/
-function path_form_execute() {
+function path_form_submit() {
$edit = $GLOBALS['form_values'];
$src = $edit['src'];
$dst = $edit['dst'];