Fix a comment typo.

This commit is contained in:
Bharat Mediratta
2010-06-05 22:50:20 -07:00
parent 4603d7010d
commit 0350cf3cd8

View File

@@ -215,7 +215,7 @@ class module_Core {
}
}
// Now the module is upgraded so deactivate it, but we can'it deactivae gallery or the
// Now the module is upgraded so deactivate it, but we can't deactivate gallery or the
// current identity provider.
$identity_provider = module::get_var("gallery", "identity_provider", "user");
if (!in_array($module_name, array("gallery", $identity_provider)) ) {