Fix DEBUG
This commit is contained in:
parent
93918f5756
commit
05cfe96d73
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ function smarty_function_link($params, $template)
|
|||
else
|
||||
$label = $params['label'];
|
||||
|
||||
if (!defined("DEBUG"))
|
||||
if (!defined("DEBUG") || !DEBUG)
|
||||
{
|
||||
$href_de = $href;
|
||||
|
||||
|
|
Reference in a new issue