You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In
kalatheme_css_alter()
there are several calls todrupal_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 inmodule_exists()
, which clears up the problem.The text was updated successfully, but these errors were encountered: