Changeset 3298:97a04b84afc9 for inc/core/class.dc.auth.php
- Timestamp:
- 08/05/16 11:21:51 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.auth.php
r3231 r3298 264 264 } 265 265 266 $p = explode(',',$permissions);266 $p = array_map('trim',explode(',',$permissions)); 267 267 $b = $this->getPermissions($blog_id); 268 268
Note: See TracChangeset
for help on using the changeset viewer.