Make WordPress Core


Ignore:
Timestamp:
07/15/2005 02:16:45 AM (21 years ago)
Author:
ryan
Message:

More cap migration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/capabilities.php

    r2713 r2714  
    124124                $this->cap_key = $table_prefix . 'capabilities';
    125125                $this->caps = &$this->data->{$this->cap_key};
     126                if ( ! is_array($this->caps) )
     127                        $this->caps = array();
    126128                $this->get_role_caps();
    127129        }
Note: See TracChangeset for help on using the changeset viewer.