call fclose, not close, to close file descriptor when editting comic
klange -
20d7d97425dd master
Not Reviewed
Show More
Add another comment
TODOs: 0 unresolved 0 Resolved
COMMENTS: 0 General 0 Inline
@@ -150,7 +150,7 if( $_POST ) {
150 $strip->id++;
150 $strip->id++;
151 }
151 }
152 $strip->id = $strip->new_id;
152 $strip->id = $strip->new_id;
153 close($f);
153 fclose($f);
154 }
154 }
155 }
155 }
156
156
Comments 0
You need to be logged in to leave comments. Login now