From 5da5169c7fa1a64b9ddc2eae14d9435cc54f107a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 9 Aug 2013 18:11:00 -0400 Subject: missed one --- lib/Reply/Plugin/CollapseStack.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''; } } -- cgit v1.2.3-54-g00ecf