[dev] how to reporting a bug on content app

roman stachura roman at stachura.ch
Fri Aug 5 22:08:03 UTC 2011


hi horde devs

on http://bugs.horde.org/mybugs.php the content app is missing.


a whitespace is treated as not empty, but makes no sense as a tag.

https://github.com/horde/horde/blob/master/content/lib/Tagger.php

Line 683 protected function _checkTags($tags, $create = true)

// Don't attempt to tag with an empty value
if (empty($tag)) {
continue;
}


regards roman












More information about the dev mailing list