From 6e4ae229ef2b8a4c3f9d4061e9a9f87f5c828648 Mon Sep 17 00:00:00 2001 From: jgen Date: Thu, 24 Apr 2014 19:13:41 -0400 Subject: [PATCH] Explicitly declare this class variable --- ext/upload/main.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/upload/main.php b/ext/upload/main.php index a7d32f61..028c2857 100644 --- a/ext/upload/main.php +++ b/ext/upload/main.php @@ -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;}