Removed unneeded assignment of empty array to ->tags in Sites() constructor

This commit is contained in:
Dale Davies
2023-03-08 10:40:43 +00:00
parent 0760293bd0
commit 7d8e883fab

View File

@@ -40,7 +40,6 @@ class Sites {
'nofollow' => false,
'newtab' => false,
];
$this->tags = [];
// Retrieve sites from cache. Load all sites from json file if not cached or
// the cache has expired.