It looks like you're new here. If you want to get involved, click one of these buttons!
$Sender parameter is declared as a reference. This is a bad practice and will break plugins in future versions of Vanilla.public function Base_GetAppSettingsMenuItems_Handler($Sender) {
...
}
instead of this:
public function Base_GetAppSettingsMenuItems_Handler(&$Sender) {
...
}
This has been a Vanilla service announcement. Vanilla co-founder
Comments
My addons: NillaBlog | Vanoogle