From 0c90b5c7b2bf5fc1f353d29722cfeb5fce8aa48e Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 19 Jan 2015 15:32:45 -0700 Subject: [PATCH] assets typo --- system/src/Grav/Common/Assets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Grav/Common/Assets.php b/system/src/Grav/Common/Assets.php index 03e57c9a4..81856f504 100644 --- a/system/src/Grav/Common/Assets.php +++ b/system/src/Grav/Common/Assets.php @@ -328,7 +328,7 @@ class Assets if (is_string($asset) && !array_key_exists($key, $this->inline_js)) { $this->inline_js[$key] = [ 'priority' => $priority, - 'count' => count($this->inline_js), + 'order' => count($this->inline_js), 'asset' => $asset ]; }