From ebce3affc0fb8e5f1f6c76adf58beeb92d3e262c 2017-06-15 20:45:18 From: DarkMorford Date: 2017-06-15 20:45:18 Subject: [PATCH] Rename deprecated constructor in ExtraFile class. --- 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' : '-';