Browse Source

Bugfix: recent list of includes between each file

The one time I don't get lazy and initialize my variables...
master
Adam Pippin 3 years ago
parent
commit
300de19fe5
  1. 1
      app/Engine/Engine.php

1
app/Engine/Engine.php

@ -62,6 +62,7 @@ class Engine
if (!isset($documents[$files[$i]]))
{
$documents[$files[$i]] = $document = $this->unserialize->unserialize(file_get_contents($file_helper->resolve($files[$i])));
$includes = [];
try
{
$includes = $document->getMeta('stack');

Loading…
Cancel
Save