Merge branch '1.0-local' into 1.0

This commit is contained in:
xdrm-brackets 2017-02-23 16:27:10 +01:00
commit 77b7e387e4
1 changed files with 2 additions and 0 deletions

View File

@ -292,6 +292,8 @@
/* [3] Check global state /* [3] Check global state
=========================================================*/ =========================================================*/
/* (1) Check file */ /* (1) Check file */
$gstate = $f_gstate->current();
if( $f_gstate === false ) if( $f_gstate === false )
return 127; return 127;