]> git.mxchange.org Git - core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 17 Aug 2023 03:57:38 +0000 (05:57 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 17 Aug 2023 03:57:38 +0000 (05:57 +0200)
- tpzo fixed in variable name

framework/main/classes/template/class_BaseTemplateEngine.php

index b44f019dec98fbcd755233d85675751cc76121d1..dccbddc41df98b31ab945f89005e05fad5c9bb28 100644 (file)
@@ -896,7 +896,7 @@ abstract class BaseTemplateEngine extends BaseFrameworkSystem {
                $rawTemplateData = $this->getFileIoInstance()->loadFileContents($fileInstance);
 
                // Store the template's contents into this class
-               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->traceMessage(sprintf('BASE-TEMPLATE: Invoking this->setRawTemplateData(%d) ...', strlen($rrawTemplateData)));
+               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->traceMessage(sprintf('BASE-TEMPLATE: Invoking this->setRawTemplateData(%d) ...', strlen($rawTemplateData)));
                $this->setRawTemplateData($rawTemplateData);
 
                // Remember the template's file instance