dauxio / daux.io

Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way.

Home Page:https://daux.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting generated pages creates deprecations errors

onigoetz opened this issue · comments

Describe the bug
A clear and concise description of what the bug is.

Deprecated: strcasecmp(): Passing null to parameter #2 ($string2) of type string is deprecated in /daux/libs/Tree/Directory.php on line 105

Handled correctly above :
https://github.com/dauxio/daux.io/blob/master/libs/Tree/Directory.php#L29-L35

But not checked here:
https://github.com/dauxio/daux.io/blob/master/libs/Tree/Directory.php#L105

This change has been released in 0.20.1