mirror of
https://github.com/daledavies/jump.git
synced 2026-02-21 05:46:50 +01:00
Removed unneeded assignment of empty array to ->tags in Sites() constructor
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user