Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / install.php
index 6bdd6f8c3156e3327b49b96354dd5f363a2c27f3..c88ffeedaacd938eafffc1b47c0d7d6bae163c9e 100644 (file)
@@ -35,7 +35,7 @@ $class_loader = require_once $root_path . '/autoload.php';
 
 // If OPCache is in use, ensure opcache.save_comments is enabled.
 if (OpCodeCache::isEnabled() && !ini_get('opcache.save_comments')) {
-  print 'Systems with OPcache installed must have <a href="http://php.net/manual/en/opcache.configuration.php#ini.opcache.save-comments">opcache.save_comments</a> enabled.';
+  print 'Systems with OPcache installed must have <a href="http://php.net/manual/opcache.configuration.php#ini.opcache.save-comments">opcache.save_comments</a> enabled.';
   exit();
 }