Fix DEBUG

This commit is contained in:
nemunaire 2015-01-14 12:35:37 +01:00 committed by Nemunaire
parent 93918f5756
commit 05cfe96d73
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ function smarty_function_link($params, $template)
else
$label = $params['label'];
if (!defined("DEBUG"))
if (!defined("DEBUG") || !DEBUG)
{
$href_de = $href;