Skip to content

Commit

Permalink
include util.inc in patterns_client.module, otherwise there will be a…
Browse files Browse the repository at this point in the history
… function not found error
  • Loading branch information
xrfind committed Oct 17, 2013
1 parent a679eaf commit 1a32490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions patterns_client.module
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
module_load_include('inc', 'patterns_client', 'includes/constants');
module_load_include('inc', 'patterns_client', 'includes/config');
module_load_include('inc', 'patterns_client', 'includes/io');
module_load_include('inc', 'patterns_client', 'includes/util');

/**
* Implements hook_help().
Expand Down

0 comments on commit 1a32490

Please sign in to comment.