The upgrades defined in the .install must return an array of error, empty array if no errors.

Index: browscap/browscap.install
===================================================================
--- browscap/browscap.install	(revision 8132)
+++ browscap/browscap.install	(working copy)
@@ -153,4 +153,6 @@
   $browscap_monitor = variable_get('browscap_monitor', FALSE);
   variable_set('browscap_enable_user_agent_log', $browscap_monitor);
   variable_del('browscap_monitor');
+
+  return array();
 }

Comments

devin carlson’s picture

Assigned: Unassigned » devin carlson
Status: Needs review » Fixed

This is now fixed by 64ee354.

I've followed core's example and returned an array which designates that the update was successful and provides some simple text.

Status: Fixed » Closed (fixed)

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