Changeset 5908 for trunk/src/includes/admin/tools.php
- Timestamp:
- 08/11/2015 08:17:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools.php
r5899 r5908 1865 1865 1866 1866 // Get sticky topic ID's, or use empty string 1867 $stickers = empty( $forum_stickies[ $forum_id] ) ? '' : array_values( $forum_stickies[ $forum_id ] );1867 $stickers = empty( $forum_stickies[ $forum_id ] ) ? '' : array_values( $forum_stickies[ $forum_id ] ); 1868 1868 1869 1869 // Update the forum's sticky topics meta
Note: See TracChangeset
for help on using the changeset viewer.