mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-27 21:56:50 +01:00
Fix phpstan
This commit is contained in:
@@ -513,9 +513,6 @@ function template_place_holder($type): string
|
|||||||
elseif ($type === 'body_start') {
|
elseif ($type === 'body_start') {
|
||||||
$ret .= $twig->render('browsehappy.html.twig');
|
$ret .= $twig->render('browsehappy.html.twig');
|
||||||
|
|
||||||
/**
|
|
||||||
* @var OTS_Account $account_logged
|
|
||||||
*/
|
|
||||||
if (admin()) {
|
if (admin()) {
|
||||||
global $account_logged;
|
global $account_logged;
|
||||||
$ret .= $twig->render('admin-bar.html.twig', [
|
$ret .= $twig->render('admin-bar.html.twig', [
|
||||||
|
|||||||
Reference in New Issue
Block a user