And still there are notices that have to be removed ... (#5629)
* And still there are notices that have to be removed ... * Notice removed in ACL part * Fix missing fields for notifications * Fixes issue 5630
This commit is contained in:
committed by
Tobias Diekershoff
parent
4eaeea7889
commit
060e887a31
@@ -599,7 +599,7 @@ class BBCode extends BaseObject
|
||||
}
|
||||
}
|
||||
|
||||
return trim($data["text"] . ' ' . $return . ' ' . $data["after"]);
|
||||
return trim(defaults($data, 'text', '') . ' ' . $return . ' ' . defaults($data, 'after', ''));
|
||||
}
|
||||
|
||||
public static function removeShareInformation($Text, $plaintext = false, $nolink = false)
|
||||
|
||||
Reference in New Issue
Block a user