aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2013-06-07 18:26:18 -0400
committerCash Costello <cash.costello@gmail.com>2013-06-07 18:26:18 -0400
commit666b214e94b80b713797710d04d06d3f11271ff0 (patch)
tree26a1630def6ee1df8ab532851cd1afbcded0d315 /actions
parent3dba152c4914a6650879deb8044ebb7234e51bea (diff)
downloadelgg-666b214e94b80b713797710d04d06d3f11271ff0.tar.gz
elgg-666b214e94b80b713797710d04d06d3f11271ff0.tar.bz2
clearing sticky form after it is used on edit form
Diffstat (limited to 'actions')
-rw-r--r--actions/profile/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/profile/edit.php b/actions/profile/edit.php
index c2a124309..e1f066e82 100644
--- a/actions/profile/edit.php
+++ b/actions/profile/edit.php
@@ -82,7 +82,7 @@ if (sizeof($input) > 0) {
);
elgg_delete_metadata($options);
- if(!is_null($value) && ($value !== '')){
+ if (!is_null($value) && ($value !== '')) {
// only create metadata for non empty values (0 is allowed) to prevent metadata records with empty string values #4858
if (isset($accesslevel[$shortname])) {