Explicitly declare this class variable

This commit is contained in:
jgen 2014-04-24 19:13:41 -04:00
parent b3077d5bcd
commit 6e4ae229ef

View file

@ -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;}