public
Description: The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
Homepage: http://chyrp.net/
Clone URL: git://github.com/vito/chyrp.git
Click here to lend your support to: chyrp and make a donation at www.pledgie.com !
Corrected Post::statuses().
vito (author)
Sun Nov 02 14:36:26 -0800 2008
commit  613947219a80126e5a71ab3c8724dcca910407cd
tree    6b3fe290387198ac01be95573c73b8dd5f32387b
parent  ce3d26c028eb143ee41f96ea38331cb688cd2246
...
721
722
723
724
 
725
726
727
...
721
722
723
 
724
725
726
727
0
@@ -721,7 +721,7 @@
0
             if ($visitor->group->can("view_private"))
0
                 $statuses[] = "private";
0
 
0
-            return "posts.status IN ('".implode("', '", $statuses)."') XOR (posts.status LIKE '%{".$visitor->group->id."}%' OR posts.user_id = ".$visitor->id.")";
0
+            return "(posts.status IN ('".implode("', '", $statuses)."') OR posts.status LIKE '%{".$visitor->group->id."}%') OR (posts.status LIKE '%{%' AND posts.user_id = ".$visitor->id.")";
0
         }
0
 
0
         /**

Comments