From: helge Date: Tue, 28 Sep 2004 11:43:34 +0000 (+0000) Subject: fixed a small issue X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fa1b1c47ac34d8073436f2850669f38c23ab657;p=sope fixed a small issue git-svn-id: http://svn.opengroupware.org/SOPE/trunk@182 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-appserver/WEExtensions/WETreeData.m b/sope-appserver/WEExtensions/WETreeData.m index 1e2d1e87..72f8c3f3 100644 --- a/sope-appserver/WEExtensions/WETreeData.m +++ b/sope-appserver/WEExtensions/WETreeData.m @@ -186,7 +186,7 @@ static Class StrClass = Nil; if (doLink) { if (self->treeLink) { link = [self->treeLink stringValueInComponent:[_ctx component]]; - if (link == nil) + if ([link length] == 0) doLink = NO; } }