Continued a bit:
[core.git] / framework / main / classes / template / class_BaseTemplateEngine.php
index cdd906716e18d1d0f5915ec9edbff8d34c9787fe..a233e776e1e2386812a0efc8bf2d2f30b5e91968 100644 (file)
@@ -987,7 +987,7 @@ class BaseTemplateEngine extends BaseFrameworkSystem {
                                $this->assignVariable($var, $varMatches[3][$key]);
                        } elseif (!empty($varMatches[2][$key])) {
                                // @TODO Non-string found so we need some deeper analysis...
-                               ApplicationEntryPoint::app_exit('Deeper analysis not yet implemented!');
+                               ApplicationEntryPoint::exitApplication('Deeper analysis not yet implemented!');
                        }
                } // END - foreach
        }