Skip to content

Commit

Permalink
remove logo image required
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrgay committed Mar 10, 2018
1 parent c4ca336 commit 12b9c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/_core/themes/custom_logo.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function upload_custom_logo()

//custom logo url missing
if(isset($_POST['custom_logo_url']) && $_POST['custom_logo_url'] == '') {
$missing_fields[] = _AT('custom_logo_url');
//$missing_fields[] = _AT('custom_logo_url');
}

if($missing_fields) {
Expand Down

0 comments on commit 12b9c67

Please sign in to comment.