Changeset 6934 for trunk/src/includes/admin/tools/common.php
- Timestamp:
- 11/12/2019 05:12:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools/common.php
r6933 r6934 881 881 } 882 882 883 // Get the type of tool 884 $type = bbp_get_admin_repair_tool_page_id(); 885 883 886 // Count the tools 884 $tools = bbp_get_admin_repair_tools( bbp_get_admin_repair_tool_page_id());887 $tools = bbp_get_admin_repair_tools( $type ); 885 888 886 889 // Get the tools URL … … 888 891 889 892 // Get pending upgrades 890 $pending = bbp_get_pending_upgrades( );893 $pending = bbp_get_pending_upgrades( $type ); 891 894 892 895 // Get the current status, if any
Note: See TracChangeset
for help on using the changeset viewer.