GX-Abgewiesen #51263 » CompileCheckFix.patch
| src/system/core/ContentView.inc.php (revision ) | ||
|---|---|---|
| 62 | 62 |
$this->set_flat_assigns(true); |
| 63 | 63 |
} |
| 64 | 64 | |
| 65 |
$this->set_compile_check_enabled(false); |
|
| 66 | ||
| 65 | 67 |
if(is_object($GLOBALS['coo_debugger']) == true && $GLOBALS['coo_debugger']->is_enabled('smarty_compile_check') == true)
|
| 66 | 68 |
{
|
| 67 | 69 |
# overwrite only, if compile_check is enabled in debug_config |