mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +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 .= ")";
|
$sql .= ")";
|
||||||
}
|
}
|
||||||
if ($sameUserGroupAsMe) {
|
if ($sameUserGroupAsMe) {
|
||||||
_error_log('getAllCategories getUserGroups');
|
//_error_log('getAllCategories getUserGroups');
|
||||||
$users_groups = UserGroups::getUserGroups($sameUserGroupAsMe);
|
$users_groups = UserGroups::getUserGroups($sameUserGroupAsMe);
|
||||||
|
|
||||||
$users_groups_id = [0];
|
$users_groups_id = [0];
|
||||||
|
|
|
@ -3,7 +3,7 @@ global $global;
|
||||||
if (!class_exists("Plugin")) {
|
if (!class_exists("Plugin")) {
|
||||||
_error_log('avideoEndIncluded class Plugin not exists');
|
_error_log('avideoEndIncluded class Plugin not exists');
|
||||||
}elseif (!empty($global['avideoEndIncluded'])) {
|
}elseif (!empty($global['avideoEndIncluded'])) {
|
||||||
_error_log('avideoEndIncluded already processed');
|
//_error_log('avideoEndIncluded already processed');
|
||||||
}else{
|
}else{
|
||||||
AVideoPlugin::getEnd();
|
AVideoPlugin::getEnd();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue