]> err.no Git - scalable-opengroupware.org/commitdiff
hotfix for bug introduced in last rev
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 18 Jul 2005 15:39:35 +0000 (15:39 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 18 Jul 2005 15:39:35 +0000 (15:39 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@801 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/MailerUI/UIxMailSortableTableHeader.m

index bc407a2f7c1223546ae332c242c1e436457183e3..f7cbc4b9751da21d03f8d7f8176f8c6063824d37 100644 (file)
@@ -86,7 +86,7 @@
 - (id)singleQueryValueForKey:(NSString *)_key {
   id so;
   
-  so = [self->queryDictionary objectForKey:@"sort"];
+  so = [self->queryDictionary objectForKey:_key];
   if (![so isNotNull]) return nil;
   
   if (![so isKindOfClass:[NSArray class]])