Fixed : RSS Non-SEO Link in defined_links.php
Fixed : Sub Category Update Fixed : Broadcast parameter in get_videos function
This commit is contained in:
parent
e7cb6b0997
commit
86b92b402d
3 changed files with 3 additions and 3 deletions
|
@ -326,7 +326,7 @@ abstract class CBCategory
|
|||
if(!empty($this->use_sub_cats))
|
||||
{
|
||||
$flds[] = "parent_id";
|
||||
$vlaues[] = $pcat;
|
||||
$values[] = $pcat;
|
||||
}
|
||||
|
||||
if($this->get_cat_by_name($name) && $cur_name !=$name )
|
||||
|
|
|
@ -448,7 +448,7 @@ class CBvideo extends CBCategory
|
|||
{
|
||||
if($cond!='')
|
||||
$cond .=" AND ";
|
||||
$cond .= " ".tbl("video.broadcast")."='".$params['public']."'";
|
||||
$cond .= " ".tbl("video.broadcast")."='".$params['broadcast']."'";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ $Cbucket->links = array
|
|||
'my_playlists' =>array('manage_playlists.php','manage_playlists.php'),
|
||||
'my_contacts' =>array('manage_contacts.php','manage_contacts.php'),
|
||||
'notifications' =>array('private_message.php?mode=notification','private_message.php?mode=notification'),
|
||||
'rss' =>array("rss.php?mode","rss/"),
|
||||
'rss' =>array("rss.php?mode=","rss/"),
|
||||
'search_result' =>array('search_result.php','search_result.php'),
|
||||
'signup' =>array('signup.php','signup'),
|
||||
'upload' =>array('upload.php','upload'),
|
||||
|
|
Loading…
Add table
Reference in a new issue