__dir__ -> __DIR__
This commit is contained in:
@@ -264,7 +264,7 @@ class ActionLogger{
|
||||
return;
|
||||
}
|
||||
|
||||
$templates = new \League\Plates\Engine(__dir__.'/../templates');
|
||||
$templates = new \League\Plates\Engine(__DIR__.'/../templates');
|
||||
|
||||
$render_me = [
|
||||
'crewtype' => $me->getCrewTypeShortName(),
|
||||
|
||||
Reference in New Issue
Block a user