Index: pathauto.inc
===================================================================
--- pathauto.inc	(revision 315)
+++ pathauto.inc	(working copy)
@@ -218,7 +218,7 @@
   $output = _pathauto_clean_separators($output, $separator);
 
   // Give other modules a chance to clean this alias.
-  module_invoke_all('pathauto_clean_alias', $output);
+  drupal_alter('pathauto_clean_alias', $output);
 
   return $output;
 }
