function jquery_lazy_uninstall() {
variable_delete("jquery_lazy_library_installed");
}

should be:

function jquery_lazy_uninstall() {
   variable_del("jquery_lazy_library_installed");
}
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

antims created an issue. See original summary.

joy29’s picture

Assigned: Unassigned » joy29
joy29’s picture

Status: Active » Needs work
FileSize
381 bytes
joy29’s picture

Assigned: joy29 » Unassigned
Status: Needs work » Needs review
krina.addweb’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
58.42 KB
65.76 KB
138.3 KB
133.68 KB

@joy29, Thanks for the patch. I tested your patch using simplytest.me and it resolved the error on uninstalling the module. PFA

rahul.nahar001’s picture

Status: Reviewed & tested by the community » Fixed
rahul.nahar001’s picture

New tag released.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.