diff --git a/index.php b/index.php index 2dbed07..d315c1c 100644 --- a/index.php +++ b/index.php @@ -70,6 +70,7 @@ function route($content, $path) { namespace x\layout\content { function state() { + \State::set('[x]', []); foreach (['are', 'as', 'can', 'has', 'is', 'not', 'of', 'with'] as $v) { foreach ((array) \State::get($v, true) as $kk => $vv) { \State::set('[y].' . $v . ':' . $kk, $vv);