1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel Neto 2023-02-28 19:15:24 -03:00
parent 298c245ef6
commit 22461c93be
2 changed files with 2 additions and 2 deletions

View file

@ -401,7 +401,7 @@ class Category {
$sql .= ")";
}
if ($sameUserGroupAsMe) {
_error_log('getAllCategories getUserGroups');
//_error_log('getAllCategories getUserGroups');
$users_groups = UserGroups::getUserGroups($sameUserGroupAsMe);
$users_groups_id = [0];

View file

@ -3,7 +3,7 @@ global $global;
if (!class_exists("Plugin")) {
_error_log('avideoEndIncluded class Plugin not exists');
}elseif (!empty($global['avideoEndIncluded'])) {
_error_log('avideoEndIncluded already processed');
//_error_log('avideoEndIncluded already processed');
}else{
AVideoPlugin::getEnd();
}