[fix] var name

This commit is contained in:
xdrm-brackets 2017-02-23 16:28:32 +01:00
parent f8a06c40bb
commit f6459afcd9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
function get_gstate(){
/* (1) Export global file descriptor */
global $g_gstate;
global $f_gstate;
/* (2) Read first line */
$f_gstate->seek(0);