X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-payout.php;h=f050ce94897535c8c4430f1862d1d3aaa050f862;hp=696fae67fa41bb68c72c0570fc96c23d404f7ba6;hb=7b0f17cd637e388049d2167811e4332cec1e979b;hpb=a090e351c49fe021fb3064325694da03402332e0 diff --git a/inc/extensions/ext-payout.php b/inc/extensions/ext-payout.php index 696fae67fa..f050ce9489 100644 --- a/inc/extensions/ext-payout.php +++ b/inc/extensions/ext-payout.php @@ -38,7 +38,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); } @@ -178,7 +178,7 @@ case 'update': // Update an extension case '0.2.7': // SQL queries for v0.2.7 // Update notes (these will be set as task text!) - EXT_SET_UPDATE_NOTES("Link zum Mitgliedsprofil in Funktion ADMIN_USER_PROFILE_LINK() ausgelagert."); + EXT_SET_UPDATE_NOTES("Link zum Mitgliedsprofil in Funktion generateUserProfileLink() ausgelagert."); break; case '0.2.8': // SQL queries for v0.2.8