diff options
| author | wjames5 <will@tekimaki.com> | 2007-04-16 15:58:22 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-04-16 15:58:22 +0000 |
| commit | a344d00b6d87576d1b8eb6e0fcf1d5e1064dbe19 (patch) | |
| tree | aef85917704f532fc2769544ef94529bb177a58a /post.php | |
| parent | 48f67509fe482b1aa42cc57b994a439109d717a8 (diff) | |
| download | blogs-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.php | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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" ); ?> |
