summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorSylvie Greverend <sylvieg@users.sourceforge.net>2006-05-05 13:34:08 +0000
committerSylvie Greverend <sylvieg@users.sourceforge.net>2006-05-05 13:34:08 +0000
commit6bb7c3ff673d9b1adb6c2e0d27d6b77894f5c69e (patch)
tree26524c83dff9023cd165638e3293fcd153eb1875 /edit.php
parentfda7a6c93d09a0570b8e01b0060791dbe7c09c4f (diff)
downloadarticles-6bb7c3ff673d9b1adb6c2e0d27d6b77894f5c69e.tar.gz
articles-6bb7c3ff673d9b1adb6c2e0d27d6b77894f5c69e.tar.bz2
articles-6bb7c3ff673d9b1adb6c2e0d27d6b77894f5c69e.zip
at least show the errors created by verify. Don't know why feedback is not in the mErrors
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/edit.php b/edit.php
index 4751850..54f26a9 100644
--- a/edit.php
+++ b/edit.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/edit.php,v 1.26 2006/04/29 16:39:57 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_articles/edit.php,v 1.27 2006/05/05 13:34:08 sylvieg Exp $
* @package article
* @subpackage functions
*/
@@ -95,6 +95,7 @@ if ($gBitSystem->isPackageActive( 'quicktags' )) {
include_once( QUICKTAGS_PKG_PATH . 'quicktags_inc.php' );
}
+$gBitSmarty->assign_by_ref( 'errors', $gContent->mErrors );
$gBitSmarty->assign( 'feedback', ( !empty( $feedback ) ? $feedback : NULL ) );
// Display the Index Template