From 7da6fb7a76f4cc872822466c81afe30750acb352 Mon Sep 17 00:00:00 2001 From: Julian Tenney Date: Thu, 3 Nov 2011 15:08:36 +0000 Subject: [PATCH] git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@226 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641 --- website_code/php/properties/sharing_status_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website_code/php/properties/sharing_status_template.php b/website_code/php/properties/sharing_status_template.php index 29e8705488..8ac408e52f 100644 --- a/website_code/php/properties/sharing_status_template.php +++ b/website_code/php/properties/sharing_status_template.php @@ -29,7 +29,7 @@ * show a different view if you are the file creator */ - if(is_user_creator(mysql_real_escape_string($_POST['template_id']))){ + if(is_user_creator(mysql_real_escape_string($_POST['template_id'])) ||is_user_admin() ){ echo "

To share this template with some one, please type their name here. The user must have an account on the site to appear in this search.

Names will appear here

";