Skip to content

Commit

Permalink
Update HookLoad.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspijak authored Nov 13, 2019
1 parent fd79d2f commit 01afda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/system/library/cartsms/cartsms/src/HookLoad.php
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ public function shop(Variables $variables)

public function extension(Variables $variables)
{
if(class_exists('BulkGate\WooSMS\HookExtension'))
if(class_exists('BulkGate\CartSMS\HookExtension'))
{
$hook = new HookExtension();
$hook->extend($this->db, $variables);
Expand Down

0 comments on commit 01afda4

Please sign in to comment.