diff --git a/commons.install b/commons.install
index 10d43610f5cd0e430dff9c0016e8b9db459a0e51..24f0c52315dc5319bf3224e5b64e99b902142eb1 100644
--- a/commons.install
+++ b/commons.install
@@ -858,3 +858,13 @@ function commons_update_3112() {
   features_revert($revert);
   return array();
 }
+
+/*
+ * Delete the AdvancedQueue class variable
+ */
+function commons_update_3113() {
+  if (variable_get('queue_default_class', '') == 'AdvancedQueue') {
+    variable_del('queue_default_class');
+  }
+  return array();
+}
\ No newline at end of file
