Index: token.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/token/token.module,v
retrieving revision 1.7.4.40
diff -u -p -r1.7.4.40 token.module
--- token.module	26 Oct 2010 21:08:20 -0000	1.7.4.40
+++ token.module	30 Oct 2010 21:37:02 -0000
@@ -115,8 +115,8 @@ function token_token_values($type, $obje
       // Current page tokens.
       $values['current-page-title'] = drupal_get_title();
       $alias = drupal_get_path_alias($_GET['q']);
-      $values['current-page-path'] = $alias;
-      $values['current-page-path-raw'] = check_plain($alias);
+      $values['current-page-path-raw'] = $alias;
+      $values['current-page-path'] = check_plain($alias);
       $values['current-page-url'] = url($_GET['q'], array('absolute' => TRUE));
 
       $page = isset($_GET['page']) ? $_GET['page'] : '';
