From 2195f218a9642d767c949d9935b1d940b8c89509 Mon Sep 17 00:00:00 2001 From: Thomas Mudrunka Date: Fri, 24 Feb 2012 20:48:35 +0100 Subject: [PATCH] Fixnut preklep --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 3d5d5a4..ba25204 100755 --- a/index.php +++ b/index.php @@ -359,7 +359,7 @@ EOF; //$condition = $relations_conditions[$destination[2]]($table,$id); if(!eval($relations_conditions[$destination[2]])) continue; } - @$table[$id][$class.$suffix_relations] .= $this->link($destination[0], $destination_url, !isset($destination[2])).','; + @$table[$id][$class.$suffix_relations] .= $this->link($destination[0], $destination_url).','; } } } -- 2.30.2