Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / fontyourface / fontyourface.install
index 63ec42571f0962816f51170cec8cff9b3bede743..2b7f31864112cc71dd4d7197d45c327511d1b7f3 100644 (file)
@@ -42,7 +42,7 @@ function fontyourface_uninstall() {
  * Updates fonts which are enabled to have enabled property in Font status.
  */
 function fontyourface_update_8001() {
-  $fonts = Font::loadEnabledFonts();
+  $fonts = Font::loadActivatedFonts();
   foreach ($fonts as $font) {
     $font->enable();
   }