Skip to content

Commit

Permalink
Missing dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRambaud committed Apr 11, 2019
1 parent 2ed6ac6 commit f9f61e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/1.7/modules/creation/enabling-auto-update.md
Expand Up @@ -140,7 +140,7 @@ function upgrade_module_1_2($object)
{
return ($object->registerHook('addproduct') &&
$object->registerHook('updateproduct') &&
object->registerHook('deleteproduct') &&
$object->registerHook('deleteproduct') &&
$object->registerHook('actionOrderStatusPostUpdate'));
}
```
Expand Down

0 comments on commit f9f61e4

Please sign in to comment.