Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 844fcd0

Browse files
committed
Removed object reference
1 parent 81c7c21 commit 844fcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-wcs-cart-renewal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function setup_hooks() {
144144
* @since 1.0.0 - Migrated from WooCommerce Subscriptions v2.2.11
145145
*/
146146
public function attach_dependant_callbacks() {
147-
add_action( 'woocommerce_checkout_create_order_line_item', array( &$this, 'add_order_line_item_meta' ), 10, 3 );
147+
add_action( 'woocommerce_checkout_create_order_line_item', array( $this, 'add_order_line_item_meta' ), 10, 3 );
148148
}
149149

150150
/**

0 commit comments

Comments
 (0)