1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 12:21:45 +02:00

Fixes #4384 - Footer missing when required within a function.

This commit is contained in:
Cameron
2021-02-15 07:22:47 -08:00
parent fc683be4e2
commit 523fae8582
2 changed files with 4 additions and 1 deletions

View File

@@ -843,4 +843,6 @@ e107::getDebug()->logTime('Render Other');
unset($text);
}
//Trim whitepsaces after end of the script
$GLOBALS['FOOTER'] = $FOOTER;
//Trim whitepsaces after end of the script