Skip to content

Commit d7d1288

Browse files
committed
refactor!: follow core changes
1 parent 0f9f9b4 commit d7d1288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
</tr>
2323
<tr>
2424
<th>Reports.php</th>
25-
<td class="text-wrap">If you want to allow tracking or reporting, simply creaete this controller in your module and make sure to extend <code>Reports_Controller</code> class and use the <code>Kbcore_activities</code> library to manage your module's reports. Link to the module will be listed under the <code>Reports</code> menu dropdown.</td>
25+
<td class="text-wrap">If you want to allow tracking or reporting, simply creaete this controller in your module and make sure to extend <code>Reports_Controller</code> class and use the <code>Hub_activities</code> library to manage your module's reports. Link to the module will be listed under the <code>Reports</code> menu dropdown.</td>
2626
</tr>
2727
<tr>
2828
<th>Settings.php</th>
29-
<td class="text-wrap">if your module has a settings section, simply createt this controller. For this section, make sure to extends <code>Settings_Controller</code> class and it is advised to use the <code>Kbcore_options</code> library. Link to the settings are will be available under the <code>System</code> menu dropdown.</td>
29+
<td class="text-wrap">if your module has a settings section, simply createt this controller. For this section, make sure to extends <code>Settings_Controller</code> class and it is advised to use the <code>Hub_options</code> library. Link to the settings are will be available under the <code>System</code> menu dropdown.</td>
3030
</tr>
3131
</tbody>
3232
</table>

0 commit comments

Comments
 (0)