summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlester@linux2.lsces.co.uk <lester@linux2.lsces.co.uk>2012-10-09 22:52:52 +0100
committerlester@linux2.lsces.co.uk <lester@linux2.lsces.co.uk>2012-10-09 22:52:52 +0100
commit14ba2fc61518c20d025903a1465dc48c67920180 (patch)
treefd72ec9f4fda74acdd79f3bb2ab402a42635f354
parentf2111ae9d6aeb30c9403d1b25228be62812bc97c (diff)
downloadarticles-14ba2fc61518c20d025903a1465dc48c67920180.tar.gz
articles-14ba2fc61518c20d025903a1465dc48c67920180.tar.bz2
articles-14ba2fc61518c20d025903a1465dc48c67920180.zip
\Extra ( removedPRE_BOOTSTRAP
-rw-r--r--edit_topic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_topic.php b/edit_topic.php
index 8c13e76..58bff2a 100644
--- a/edit_topic.php
+++ b/edit_topic.php
@@ -30,7 +30,7 @@ $gBitSmarty->assign_by_ref( 'topic_info', $gContent->mInfo);
if( isset( $_REQUEST["fSubmitSaveTopic"] ) ) {
$gContent->storeTopic( $_REQUEST );
$gContent->loadTopic();
- bit_redirect(( ARTICLES_PKG_URL . "admin/admin_topics.php" );
+ bit_redirect( ARTICLES_PKG_URL . "admin/admin_topics.php" );
} elseif( isset( $_REQUEST['fRemoveTopicImage'] ) ) {
$gContent->removeTopicImage();
}