mirror of
https://github.com/BeitDina/AutoIndex.git
synced 2026-05-06 20:37:22 +02:00
Update DirectoryListDetailed.php
This commit is contained in:
committed by
GitHub
parent
1e536ae170
commit
b2e1d7d821
@@ -143,7 +143,7 @@ class DirectoryListDetailed extends DirectoryList
|
||||
*/
|
||||
protected static function sort_list(&$list)
|
||||
{
|
||||
usort($list, array('self', 'callback_sort'));
|
||||
usort($list, array(self::class, 'callback_sort'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user