mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
update
This commit is contained in:
parent
298c245ef6
commit
22461c93be
2 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue