Skip to:
Content

bbPress.org

Changeset 1501


Ignore:
Timestamp:
04/26/2008 02:38:10 AM (18 years ago)
Author:
sambauers
Message:

Better to use isset() in branches/0.9 too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.9/bb-admin/options-general.php

    r1499 r1501  
    77   
    88    // Deal with avatars checkbox when it isn't checked
    9     if (!$_POST['avatars_show']) {
     9    if (!isset($_POST['avatars_show'])) {
    1010        $_POST['avatars_show'] = false;
    1111    }
Note: See TracChangeset for help on using the changeset viewer.