mirror of
https://github.com/slawkens/myaac.git
synced 2026-02-01 02:46:23 +01:00
Make $action global (required by many scripts)
This commit is contained in:
@@ -9,7 +9,7 @@ class RouterService
|
||||
{
|
||||
public function handleRouting(): array
|
||||
{
|
||||
global $content, $template_path, $template;
|
||||
global $content, $template_path, $template, $canEdit, $action;
|
||||
|
||||
$db = app()->get('database');
|
||||
$twig = app()->get('twig');
|
||||
|
||||
Reference in New Issue
Block a user