From a46701b65036570edb34315fb43a4cc5212bc561 Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Wed, 25 Jun 2008 22:21:17 +0000 Subject: change display call to use a hash for display options, add display_mode to options hash --- Pigeonholes.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Pigeonholes.php') diff --git a/Pigeonholes.php b/Pigeonholes.php index 40b6ebf..1dd1f0f 100644 --- a/Pigeonholes.php +++ b/Pigeonholes.php @@ -1,6 +1,6 @@ - * @version $Revision: 1.126 $ + * @version $Revision: 1.127 $ * @package pigeonholes */ @@ -1199,7 +1199,7 @@ function pigeonholes_content_store( $pObject, $pParamHash ) { if( !$pigeonholes->insertPigeonholeMember( $memberHash ) ) { $gBitSmarty->assign( 'msg', tra( "There was a problem inserting the content into the pigeonholes." ) ); - $gBitSystem->display( 'error.tpl' ); + $gBitSystem->display( 'error.tpl' , NULL, array( 'display_mode' => 'display' )); die; } } -- cgit v1.3