From a5e24c6fae8c8d7a6ad5ab257423d54982f301cf Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 23 Jun 2008 13:43:19 +0000 Subject: Added master icon size (part 2) git-svn-id: https://code.elgg.org/elgg/trunk@1058 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/icon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profile/icon.php') diff --git a/mod/profile/icon.php b/mod/profile/icon.php index 65723a164..4a9c8cbfe 100644 --- a/mod/profile/icon.php +++ b/mod/profile/icon.php @@ -20,7 +20,7 @@ // Get the size $size = strtolower(get_input('size')); - if (!in_array($size,array('large','medium','small','tiny'))) + if (!in_array($size,array('large','medium','small','tiny','master'))) $size = "medium"; // Try and get the icon -- cgit v1.2.3