summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-08-09 18:11:00 -0400
committerJesse Luehrs <doy@tozt.net>2013-09-03 16:50:15 -0400
commit5da5169c7fa1a64b9ddc2eae14d9435cc54f107a (patch)
tree8210756edc23e3815130ab27df344a32f7ddf8f6
parentf1dcd91a91261e11ebcf1359f20d7fc768ff6f32 (diff)
downloadreply-5da5169c7fa1a64b9ddc2eae14d9435cc54f107a.tar.gz
reply-5da5169c7fa1a64b9ddc2eae14d9435cc54f107a.zip
missed one
-rw-r--r--lib/Reply/Plugin/CollapseStack.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Reply/Plugin/CollapseStack.pm b/lib/Reply/Plugin/CollapseStack.pm
index 51cd4fc..f18ff4a 100644
--- a/lib/Reply/Plugin/CollapseStack.pm
+++ b/lib/Reply/Plugin/CollapseStack.pm
@@ -56,7 +56,7 @@ class Reply::Plugin::CollapseStack extends Reply::Plugin {
method command_stack {
# XXX should use print_error here
- print($self->{full_error} || "No stack to display.\n");
+ print($full_error || "No stack to display.\n");
return '';
}
}