again develop and this branch differs ... (no blame on cherry-picking though)

Signed-off-by: Roland Haeder <roland@mxchange.org>
2022.09-rc
Roland Haeder 2017-04-08 19:38:40 +02:00
rodzic d94e878714
commit 215cae204d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B72F8185C6C7BD78
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -649,7 +649,7 @@ function bb_DiasporaLinks($match) {
function bb_RemovePictureLinks($match) {
$text = Cache::get($match[1]);
if (is_null($text)){
if (is_null($text)) {
$a = get_app();
$stamp1 = microtime(true);
@ -703,7 +703,7 @@ function bb_expand_links($match) {
function bb_CleanPictureLinksSub($match) {
$text = Cache::get($match[1]);
if (is_null($text)){
if (is_null($text)) {
$a = get_app();
$stamp1 = microtime(true);