updated login-destination, libraries

This commit is contained in:
Bachir Soussi Chiadmi
2016-11-05 17:05:09 +01:00
parent d1963312a6
commit 2b028cf376
20 changed files with 1347 additions and 299 deletions

View File

@@ -25,3 +25,12 @@ function libraries_update_7200() {
db_create_table('cache_libraries', $specs['cache_libraries']);
}
}
/**
* Rebuild the class registry.
*/
function libraries_update_7201() {
// The tests were split from a single libraries.test file into multiple files
// during the 7.x-2.x cycle.
registry_rebuild();
}