Skip to content

Commit 14d2c49

Browse files
committed
Fixed the technologies page on error
1 parent 4ebdea0 commit 14d2c49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

www/technologies.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
if (empty($detected)) {
2525
$error_message = 'No known technologies were detected';
26+
$detected = [];
2627
}
2728

2829
// template

0 commit comments

Comments
 (0)