Version 1.0.41

This commit is contained in:
ultimatemember
2015-02-05 02:18:20 +02:00
parent f90388b4d6
commit 4c04769219
8 changed files with 121 additions and 37 deletions
+1 -1
View File
@@ -901,7 +901,7 @@ class UM_Builtin {
$all[$k]['title'] = stripslashes( $arr['title'] );
}
if ( $exclude_types && in_array( $arr['type'], $exclude_types ) ) {
if ( $exclude_types && isset( $arr['type'] ) && in_array( $arr['type'], $exclude_types ) ) {
unset( $all[$k] );
}
if ( isset( $arr['account_only'] ) || isset( $arr['private_use'] ) ) {