s/success/invoked in user-file.cpp
commit853c6dbea489898e25980efb7c2d7288f9a20328
authorSean Cannella <seanc@fb.com>
Fri, 14 Feb 2014 18:41:20 +0000 (14 10:41 -0800)
committerSara Golemon <sgolemon@fb.com>
Sun, 16 Feb 2014 00:48:38 +0000 (15 16:48 -0800)
tree57af5105a49ef368ce03e847560c4605e8c6e4df
parent84beb5c98c9ff265b48bae1b229ea9fe2e545ce7
s/success/invoked in user-file.cpp

"success" really means whether we invoked the stream function or not, not whether the stream function succeeded, so rename the variable to make the code easier to understand.

Reviewed By: @markw65

Differential Revision: D1175536
hphp/runtime/base/user-file.cpp