aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/profile/icon.php2
-rw-r--r--mod/profile/views/default/profile/icon.php2
2 files changed, 2 insertions, 2 deletions
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
diff --git a/mod/profile/views/default/profile/icon.php b/mod/profile/views/default/profile/icon.php
index 9221a7be8..b98445981 100644
--- a/mod/profile/views/default/profile/icon.php
+++ b/mod/profile/views/default/profile/icon.php
@@ -27,7 +27,7 @@
}
// Get size
- if (!in_array($vars['size'],array('small','medium','large','tiny')))
+ if (!in_array($vars['size'],array('small','medium','large','tiny','master')))
$vars['size'] = "medium";
// Get any align and js