summaryrefslogtreecommitdiff
path: root/context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'context.cc')
-rw-r--r--context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/context.cc b/context.cc
index 7f96f53..fb2afcf 100644
--- a/context.cc
+++ b/context.cc
@@ -72,7 +72,7 @@ Value Context::lookup_variable(QString name, bool silent) const
if (variables.contains(name))
return variables[name];
if (parent)
- return parent->lookup_variable(name);
+ return parent->lookup_variable(name, silent);
if (!silent)
PRINTA("WARNING: Ignoring unkown variable '%1'.", name);
return Value();
contact: Jan Huwald // Impressum