X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-payout.php;h=8f468d44ccfa3dbe9eadbbfb9c4a55dc5eed6e58;hb=2a80968b5ade9e62b7b367c63753a70ca2cff1ad;hp=0f4b12eb349dd348ed23a223d395e55eab04c1fc;hpb=6cc1225f3da475f82e1c8a182db559eebacc4824;p=mailer.git diff --git a/inc/extensions/ext-payout.php b/inc/extensions/ext-payout.php index 0f4b12eb34..8f468d44cc 100644 --- a/inc/extensions/ext-payout.php +++ b/inc/extensions/ext-payout.php @@ -235,6 +235,9 @@ case "update": // Update an extension } break; +case "modify": // When the extension got modified + break; + case "test": // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305. break;