]> git.wh0rd.org Git - tt-rss.git/commitdiff
fix expand_cdm option working in reverse
authorAndrew Dolgov <fox@fakecake.org>
Tue, 9 Nov 2010 17:58:35 +0000 (20:58 +0300)
committerAndrew Dolgov <fox@fakecake.org>
Tue, 9 Nov 2010 17:58:35 +0000 (20:58 +0300)
functions.php

index af5a5c82871faa05d4d32ba2c255a22985383613..5e7b7c20f513ab343d4597bc75bc89fcb92237dd 100644 (file)
 
                                        print $labels_str;
 
-                                       if ($expand_cdm)
+                                       if (!$expand_cdm)
                                                $content_hidden = "style=\"display : none\"";
                                        else
                                                $excerpt_hidden = "style=\"display : none\"";