Changeset 2030 for sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications-db.php
- Timestamp:
- 11/02/2015 06:54:29 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications-db.php
r2028 r2030 189 189 foreach ( $all_changes as $method => $changes ) { 190 190 foreach ( $changes as $where ) { 191 call_user_func( array( $this->db, $method ), '_notifications', $where );191 call_user_func( array( $this->db, $method ), '_notifications', (array) $where ); 192 192 } 193 193 }
Note: See TracChangeset
for help on using the changeset viewer.