* [misc] fix ->zinTool undefined.

This commit is contained in:
sunhao
2024-08-28 16:06:21 +08:00
committed by 刘刚
parent 7778a556be
commit 2d65845249
+1 -1
View File
@@ -87,7 +87,7 @@ class pageBase extends wg
$zinDebugData = array('config' => jsRaw('window.config'));
if($config->debug > 4)
{
$zinDebugData['zinTool'] = $config->zinTool;
$zinDebugData['zinTool'] = isset($config->zinTool) ? $config->zinTool : false;
if($config->debug > 5)
{
$zinDebugData['page'] = $this->toJSON();