Skip to content

Commit 60b286d

Browse files
committed
Fix notice
1 parent 91c6540 commit 60b286d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

featherbb/Core/Email.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ public function bbcode2email($text, $wrapLength = 72)
125125
{
126126
static $baseUrl;
127127

128+
$replacement = null;
129+
128130
if (!isset($baseUrl)) {
129131
$baseUrl = Url::base();
130132
}

0 commit comments

Comments
 (0)