Skip to content

Commit

Permalink
error on changing profile image
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Aug 30, 2009
1 parent b6310d4 commit 9d59294
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/omb/controllers/identities.php
Expand Up @@ -39,6 +39,9 @@ function resize_uploaded_image( &$rec, &$db ) {

function validate_identities_url( $value ) {

if ($value == 'http://')
return true;

if (environment('authentication') == 'password')
return true;

Expand Down

0 comments on commit 9d59294

Please sign in to comment.