Skip to content
Snippets Groups Projects
Commit f8d35adf authored by Greg Knaddison's avatar Greg Knaddison
Browse files

#60526 by greggles, slight mistake in last refactoring patch

parent 07e61d27
No related branches found
Tags 5.x-2.0-beta1
No related merge requests found
......@@ -61,6 +61,7 @@ function pathauto_menu($may_cache) {
else {
// Include any extensions installed in the pathauto directory
$pathauto_path = drupal_get_path('module', 'pathauto');
include_once("$pathauto_path/pathauto.inc");
include_once("$pathauto_path/pathauto_node.inc");
include_once("$pathauto_path/pathauto_taxonomy.inc");
include_once("$pathauto_path/pathauto_user.inc");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment