From 25d62fde8036305c2967fa7847df6f75b7531216 Mon Sep 17 00:00:00 2001
From: Jesse Hofmann-Smith <jesse@opensourcery.com>
Date: Thu, 8 Nov 2012 16:21:56 -0800
Subject: [PATCH] un-commented the 'language' =>  part of
 path_redirect_check_alias_changed

---
 path_redirect.module |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/path_redirect.module b/path_redirect.module
index ebfd435..72d0c4e 100644
--- a/path_redirect.module
+++ b/path_redirect.module
@@ -277,7 +277,7 @@ function path_redirect_check_alias_changed($path, $new_alias, $language = '') {
     $redirect = array(
       'source' => $old_alias,
       'redirect' => $path,
-      //'language' => $language,
+      'language' => $language,
     );
     path_redirect_save($redirect);
     return $redirect;
-- 
1.7.5.4

