Rename deprecated constructor in ExtraFile class.
darkmorford -
ebce3affc0fb
Not Reviewed
Show More
Add another comment
TODOs: 0 unresolved 0 Resolved
COMMENTS: 0 General 0 Inline
@@ -60,7 +60,7 function extra_get_directory_list($dir) {
60 var $mtime;
60 var $mtime;
61 var $inode;
61 var $inode;
62
62
63 function ExtraFile($path, $file) {
63 function __construct($path, $file) {
64 $this->name = $file;
64 $this->name = $file;
65 $this->fullpath = $path . $file;
65 $this->fullpath = $path . $file;
66 $this->rwx = is_readable($this->fullpath) ? 'r' : '-';
66 $this->rwx = is_readable($this->fullpath) ? 'r' : '-';
Comments 0
You need to be logged in to leave comments. Login now