Index: flag_page.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/flag_page/flag_page.module,v
retrieving revision 1.1.4.4
diff -u -p -r1.1.4.4 flag_page.module
--- flag_page.module	31 Jan 2011 20:23:53 -0000	1.1.4.4
+++ flag_page.module	12 Feb 2011 11:43:55 -0000
@@ -47,9 +47,11 @@ function flag_page_block($op = 'list', $
   elseif ($op == 'view') {
     $block = array();
     $flag = flag_get_flag($delta);
+    $block['subject'] = filter_xss_admin($flag->title);
+    $block['content'] = '';
+
     //Check if user hass access to flag
     if ($flag->user_access()) {
-      $block['subject'] = filter_xss_admin($flag->title);
       $url = (isset($_GET['q'])) ? $_GET['q'] : variable_get('site_frontpage', 'node');
       $content_id = $flag->get_content_id($url);
       if ($content_id) {
