Skip to content

Commit

Permalink
fixed Uncaught TypeError: array_diff(): Argument #1 ($array) must be of
Browse files Browse the repository at this point in the history
type array, null given
  • Loading branch information
vendeeglobe committed Dec 22, 2020
1 parent 18110b2 commit 284c7c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wacko/class/wacko.php
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,7 @@ function preload_links($page_ids, $default = false)

$exists = [];
$pages = [];
$spages = [];
$p_ids = [];
$user = $this->get_user();
$lang = $this->get_user_language();
Expand Down

0 comments on commit 284c7c3

Please sign in to comment.