Skip to content
Snippets Groups Projects
Commit a0a97100 authored by Jelle Sebreghts's avatar Jelle Sebreghts
Browse files

Fix for issue #1199544

parent 3bb0c270
No related branches found
No related tags found
No related merge requests found
......@@ -173,6 +173,7 @@ function user_revision_install() {
* Implementation of hook_uninstall().
*/
function user_revision_uninstall() {
module_load_include('module', 'user_revision');
$schema['users'] = array();
user_revision_schema_alter($schema);
foreach ($schema['users']['unique keys'] as $name => $spec) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment