Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Feb 13, 2025
1 parent 5aa205b commit 8bc098d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion view/channelBody.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,15 @@ function getChannelTabClass($isTabButton, $isVideoTab = false)
</li>
<?php
}else{
echo PHP_EOL.'<!-- NOT showChannelVideosTab -->'.PHP_EOL;
if(!$advancedCustomUser->showChannelVideosTab){
echo PHP_EOL.'<!-- NOT showChannelVideosTab -->'.PHP_EOL;
}
if(!$ownerCanUplaodVideos){
echo PHP_EOL.'<!-- NOT ownerCanUplaodVideos -->'.PHP_EOL;
}
if(empty($uploadedVideos)){
echo PHP_EOL.'<!-- empty uploadedVideos -->'.PHP_EOL;
}
}
if (!empty($uploadedTotalArticles)) {
?>
Expand Down

0 comments on commit 8bc098d

Please sign in to comment.