diff options
Diffstat (limited to 'modules/taxonomy.module')
-rw-r--r-- | modules/taxonomy.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy.module b/modules/taxonomy.module index 3ccac2aed..134ad98eb 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -303,7 +303,7 @@ Synonyms<br />Enter synonyms for this term, one synonym per line. Synonyms can b while ($vocabulary = db_fetch_object($c)) { $result[] .= taxonomy_form($vocabulary->vid, $terms); } - return $result; + return $result ? $result : array(); } // return 1 if node identified by $nid contains a taxonomy term identified by $tid in his body or title |