Fix onPreferencesFormPreSave
$result can be a bool or a Status; CurseProfile sets it to a Status in some cases, which will break this hook execution.
Showing
Please register or sign in to comment
$result can be a bool or a Status; CurseProfile sets it to a Status in some cases, which will break this hook execution.