Skip to content

Commit

Permalink
Added Diagnostic Data for Trying to access array offset on value of t…
Browse files Browse the repository at this point in the history
…ype bool line 64,65
  • Loading branch information
LouisOuellet committed Dec 29, 2023
1 parent d9d6588 commit c6dd478
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -27,3 +27,4 @@

* 2007/04/07:
* Initial release of the first prototype2023-12-28 22:54 - v0.0.1 - Fixed: PHP Warning: Undefined array key "lid" in [WEBROOT]/lib/plugins/linkback/action/display.php on line 65
2023-12-29 11:53 - v0.0.2 - Added Diagnostic Data for Trying to access array offset on value of type bool line 64,65
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.0.1
0.0.2
1 change: 1 addition & 0 deletions helper.php
Expand Up @@ -60,6 +60,7 @@ function td($ID, $number = NULL) {
if (!isset ($number)) {
$lfile = metaFN($ID, '.linkbacks');
$linkbacks = unserialize(io_readFile($lfile, false));
var_dump($linkbacks);

$number = $linkbacks['number'];
if (!$linkbacks['display']) {
Expand Down

0 comments on commit c6dd478

Please sign in to comment.