X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fuberwach_functions.php;h=77a9c2ba85293b0ec229b41d6a4ef70fb366c3d1;hb=f2edf32502b2774dc17ef419a2e6a1c60e361c0a;hp=bcd6764eb1bb780d19c989adfa4e27409cda3259;hpb=2df8c1757b41f35e7c5b6a92c52ca96ab1b0bcb8;p=mailer.git diff --git a/inc/libs/uberwach_functions.php b/inc/libs/uberwach_functions.php index bcd6764eb1..77a9c2ba85 100644 --- a/inc/libs/uberwach_functions.php +++ b/inc/libs/uberwach_functions.php @@ -43,7 +43,7 @@ if (!defined('__SECURITY')) { // Loads the snippet for the uberwach action function loadUberwachSnippet () { // Simply load the template here - $GLOBALS['__page_footer'] .= loadTemplate('uberwach_snippet', true); + $GLOBALS['__page_footer'] .= loadTemplate('uberwach_snippet', TRUE); } // [EOF]