Skip to content

Commit ec495e5

Browse files
committed
Merge pull request #36 from hindessm/fix-red-util-property
Fix RED.util property name.
2 parents 9844aea + 8bd9a83 commit ec495e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flickr/flickr.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ module.exports = function(RED) {
7575
api_key:"e99784b8ff80eaabc9c096b22e517c13"
7676
}
7777
if (msg.title) {
78-
options.title = RED.utils.ensureString(msg.title);
78+
options.title = RED.util.ensureString(msg.title);
7979
}
8080
if (msg.description) {
81-
options.description = RED.utils.ensureString(msg.description);
81+
options.description = RED.util.ensureString(msg.description);
8282
}
8383
if (msg.tags || node.tags) {
8484
var tags = "";

0 commit comments

Comments
 (0)