Explicitly declare this class variable
This commit is contained in:
parent
b3077d5bcd
commit
6e4ae229ef
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ class UploadException extends SCoreException {}
|
|||
* This also includes transloaded files as well.
|
||||
*/
|
||||
class Upload extends Extension {
|
||||
|
||||
public $is_full;
|
||||
|
||||
// early, so it can stop the DataUploadEvent before any data handlers see it
|
||||
public function get_priority() {return 40;}
|
||||
|
||||
|
|
Reference in a new issue