Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Nov 1, 2024
1 parent 7dad234 commit b5d4139
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin/AVideoPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ public static function getFooterCode()
if (self::isDebuging(__FUNCTION__)) {
return '<!-- AVideoPlugin::' . __FUNCTION__ . ' disabled -->';
}
if(!empty($global['getFooterCodeAdded'])){
return '<!-- AVideoPlugin::' . __FUNCTION__ . ' already added -->';
}
$global['getFooterCodeAdded'] = 1;
$plugins = Plugin::getAllEnabled();
$str = "";
/**
Expand Down

0 comments on commit b5d4139

Please sign in to comment.