diff options
Diffstat (limited to 'ext/swf/swf.c')
-rw-r--r-- | ext/swf/swf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/swf/swf.c b/ext/swf/swf.c index e09bc9cac0..cef7bad5d4 100644 --- a/ext/swf/swf.c +++ b/ext/swf/swf.c @@ -151,6 +151,7 @@ PHP_MINIT_FUNCTION(swf) PHP_RINIT_FUNCTION(swf) { + SWFLS_FETCH(); SWFG(use_file) = 0; return SUCCESS; |