Skip to content

Commit

Permalink
Corrected incorrect parameter reference
Browse files Browse the repository at this point in the history
Changed initial reference to ~file variable to instead reference file parameter.
  • Loading branch information
chivalry committed Mar 30, 2015
1 parent 89f6924 commit 5fb49db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Functions/ObjectID.fmfn
Expand Up @@ -31,7 +31,7 @@
Let ( [
~file = If ( IsEmpty ( file );
Get ( FileName ); // use current file name... otherwise
~file
file
);
layout = Case (
IsEmpty ( layout );
Expand Down Expand Up @@ -149,4 +149,4 @@ Let ( [
)
)

*/
*/

0 comments on commit 5fb49db

Please sign in to comment.