--- Base (BASE)
+++ Locally Modified (Based On LOCAL)
@@ -255,7 +255,7 @@
       }

       if (isset($hook['options']) && is_array($hook['options'])) {
-        $handlers['options'] += $hook['options'];
+        $handlers['options'] = $hook['options'] + $handlers['options'];
       }
     }
   }
