Update to Drupal 8.2.5. For more information, see https://www.drupal.org/project/drupal/releases/8.2.5
This commit is contained in:
parent
8544b60b39
commit
db56c09587
86 changed files with 2413 additions and 488 deletions
|
@ -74,7 +74,7 @@ function drupal_get_schema_versions($module) {
|
|||
* module is not installed.
|
||||
*/
|
||||
function drupal_get_installed_schema_version($module, $reset = FALSE, $array = FALSE) {
|
||||
static $versions = array();
|
||||
$versions = &drupal_static(__FUNCTION__, array());
|
||||
|
||||
if ($reset) {
|
||||
$versions = array();
|
||||
|
|
Reference in a new issue