1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-17 07:10:48 +03:00
This commit is contained in:
Mzhelskiy Maxim 2010-03-24 16:08:05 +00:00
parent 4e79123500
commit ba44bac647

View file

@ -797,10 +797,7 @@ class LsTopic extends Module {
* @return unknown
*/
public function GetTopicsByBlog($oBlog,$iPage,$iPerPage,$sShowType='good') {
$aFilter=array(
'blog_type' => array(
'open',
),
$aFilter=array(
'topic_publish' => 1,
'blog_id' => $oBlog->getId(),
);