diff --git a/include/extra.php b/include/extra.php index 68525b5..8e66d53 100644 --- a/include/extra.php +++ b/include/extra.php @@ -60,7 +60,7 @@ function extra_get_directory_list($dir) { var $mtime; var $inode; - function ExtraFile($path, $file) { + function __construct($path, $file) { $this->name = $file; $this->fullpath = $path . $file; $this->rwx = is_readable($this->fullpath) ? 'r' : '-';