summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2010-02-10 19:33:06 +0000
committerChristian Fowler <spider@viovio.com>2010-02-10 19:33:06 +0000
commit3594af498a097bb2e1edafa47af7d50262b54ef2 (patch)
treec95816b5e9845660432deba9de7bd02664e39d4e
parent59c2ba6fc81b282e1064915b3c9b2fc0901d5e5e (diff)
downloadmessages-3594af498a097bb2e1edafa47af7d50262b54ef2.tar.gz
messages-3594af498a097bb2e1edafa47af7d50262b54ef2.tar.bz2
messages-3594af498a097bb2e1edafa47af7d50262b54ef2.zip
-rw-r--r--templates/header_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index 47b0f94..0029b51 100644
--- a/templates/header_inc.tpl
+++ b/templates/header_inc.tpl
@@ -4,6 +4,6 @@
if( redirect == true ) {ldelim}
window.location="{$smarty.const.MESSAGES_PKG_URL}message_box.php";
{rdelim}
- setCookie( 'messages_alert_sent', true );
+ BitBase.setCookie( 'messages_alert_sent', true );
</script>
{/if}