summaryrefslogtreecommitdiff
path: root/post.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-04-16 15:58:22 +0000
committerwjames5 <will@tekimaki.com>2007-04-16 15:58:22 +0000
commita344d00b6d87576d1b8eb6e0fcf1d5e1064dbe19 (patch)
treeaef85917704f532fc2769544ef94529bb177a58a /post.php
parent48f67509fe482b1aa42cc57b994a439109d717a8 (diff)
downloadblogs-a344d00b6d87576d1b8eb6e0fcf1d5e1064dbe19.tar.gz
blogs-a344d00b6d87576d1b8eb6e0fcf1d5e1064dbe19.tar.bz2
blogs-a344d00b6d87576d1b8eb6e0fcf1d5e1064dbe19.zip
use right ajax library for attachments
Diffstat (limited to 'post.php')
-rw-r--r--post.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/post.php b/post.php
index 43cd45f..a7cbb62 100644
--- a/post.php
+++ b/post.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_blogs/post.php,v 1.38 2007/04/10 03:44:40 wjames5 Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/post.php,v 1.39 2007/04/16 15:58:22 wjames5 Exp $
* @package blogs
* @subpackage functions
@@ -126,7 +126,6 @@ if (isset($_REQUEST['blog_content_id'])) {
$gBitSmarty->assign_by_ref( 'errors', $gContent->mErrors );
// Need ajax for attachment browser
-$gBitSmarty->assign('loadAjax', true);
-
+$gBitSmarty->assign( 'loadAjax', 'prototype' );
$gBitSystem->display( 'bitpackage:blogs/blog_post.tpl', "Create Blog Post" );
?>