Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As of Drupal 7.50 don't drupal_get_path of a non-existing module #288

Closed
scottrigby opened this issue Jul 30, 2016 · 1 comment
Closed

Comments

@scottrigby
Copy link
Contributor

In kalatheme_css_alter() there are several calls to drupal_get_path() for modules that may not exist on the user's system. If not, as of Drupal 7.50 a warning will be issued "The following module is missing from the file system" (see https://www.drupal.org/node/2487215 and the change record). I'll make a patch wrapping those in module_exists(), which clears up the problem.

@RobLoach
Copy link
Member

Beat me to it! If you submit that PR, I'll merge.

RobLoach added a commit that referenced this issue Jul 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants