diff --git a/submodules/fbss_comments/fbss_comments.pages.inc b/submodules/fbss_comments/fbss_comments.pages.inc
index fb3fb53..9b45b76 100644
--- a/submodules/fbss_comments/fbss_comments.pages.inc
+++ b/submodules/fbss_comments/fbss_comments.pages.inc
@@ -115,7 +115,7 @@ function fbss_comments_edit_submit($form, &$form_state) {
   if (module_exists('trigger')) {
     module_invoke_all('fbss_comments', 'fbss_comments_edited', $c);
   }
-  if ($_GET['destination'] && $_GET['destinaton'] != 'fbss_comments/js/refresh') {
+  if ($_GET['destination'] && $_GET['destination'] != 'fbss_comments/js/refresh') {
     $form_state['redirect'] = $_GET['destination'];
   }
   else {
diff --git a/submodules/fbss_comments/fbss_comments_flag/fbss_comments_flag.module b/submodules/fbss_comments/fbss_comments_flag/fbss_comments_flag.module
index 60c9b3d..0c6522a 100644
--- a/submodules/fbss_comments/fbss_comments_flag/fbss_comments_flag.module
+++ b/submodules/fbss_comments/fbss_comments_flag/fbss_comments_flag.module
@@ -59,12 +59,11 @@ function fbss_comments_flag_flag_definitions() {
  */
 function fbss_comments_flag_flag_default_flags() {
   $flags = array();
-  $flags[] = array(
+  $flags['like_comments'] = array(
     'content_type' => 'fbss_comment',
-    'name' => 'like_comments',
+    //'name' => 'like_comments',
     'title' => t('Like'),
-    'roles' => array('2'),
-    'global' => FALSE,
+    'global' => '0',
     'types' => array('page'),
     'flag_short' => t('Like'),
     'flag_long' => '',
@@ -72,11 +71,16 @@ function fbss_comments_flag_flag_default_flags() {
     'unflag_short' => t('Un-like'),
     'unflag_long' => '',
     'unflag_message' => '',
+    'unflag_denied_text'  =>  '',
+    'link_type' =>  'toggle',
+    'roles' => array('flag' =>  array('2'), 'unflag'  =>  array('2')),
     'show_on_page' => FALSE,
     'show_on_teaser' => FALSE,
     'show_on_form' => FALSE,
     'status' => TRUE,
-    'locked' => array('name', 'global', 'types', 'show_on_page', 'show_on_teaser', 'show_on_form', 'status'),
+    'locked' => array('name'  =>  'name', 'global'  =>  'global', 'types' =>  'types', 'show_on_teaser' =>  'show_on_teaser', 'show_on_form'  =>  'show_on_form', 'status'  =>  'status'),
+    'module'  =>  'fbss_comments_flag',
+    'api_version' =>  2,
   );
   return $flags;
 }
