From 2b91996a298a0118ec68c3f2994892deb7f6c5c5 Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Tue, 27 Sep 2011 15:52:24 +0000
Subject: [PATCH] [gh-233] Merging from testing into staging

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1088 20a16fea-79d4-4915-8869-1ea9d5ebf173
---
 sites/all/modules/unl/unl.module | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sites/all/modules/unl/unl.module b/sites/all/modules/unl/unl.module
index fdd723a2..9a68fc31 100644
--- a/sites/all/modules/unl/unl.module
+++ b/sites/all/modules/unl/unl.module
@@ -1156,6 +1156,7 @@ function unl_block_info() {
   
   $blocks['my_sites'] = array(
     'info' => 'My Sites',
+    'cache' => DRUPAL_CACHE_PER_USER,
   );
   
   return $blocks;
-- 
GitLab