* Fix code detail.

This commit is contained in:
孙广明
2022-03-01 08:34:06 +08:00
parent 04b8ba2360
commit 4e3f46d87a
+2 -2
View File
@@ -16,11 +16,11 @@
<form method='post'>
<div class='panel-title text-center'>
<?php
if($this->config->edition == 'max')
if($config->edition == 'max')
{
echo $lang->upgrade->toMAXGuide;
}
elseif($this->config->edition == 'biz')
elseif($config->edition == 'biz')
{
echo $lang->upgrade->toBIZ5Guide;
}