From 41984abb5f469745b1a48d9ba257a1c5da25ca95 Mon Sep 17 00:00:00 2001 From: rurban Date: Mon, 28 Feb 2005 20:23:31 +0000 Subject: [PATCH] fix error_stack git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4623 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/editpage.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/editpage.php b/lib/editpage.php index ba4f3498e..8a5b7d350 100644 --- a/lib/editpage.php +++ b/lib/editpage.php @@ -1,5 +1,5 @@ _postponed_errors; + $errors = $GLOBALS['ErrorManager']->_postponed_errors; $warnings = $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML(); $GLOBALS['ErrorManager']->_postponed_errors = $errors; @@ -714,6 +714,9 @@ extends PageEditor /** $Log: not supported by cvs2svn $ + Revision 1.93 2005/02/27 19:31:52 rurban + hack: display errorstack without sideeffects (save and restore) + Revision 1.92 2005/01/29 20:37:21 rurban no edit toolbar at all if ENABLE_EDITTOOLBAR = false -- 2.45.0