mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-09-09 12:42:06 +00:00
fix var name
This commit is contained in:
parent
d6ccfd2ab3
commit
33088beec1
@ -163,7 +163,7 @@ class Reader
|
||||
// Convert DokuWiki text to Gemini
|
||||
public function toGemini(?string $data, ?array &$lines = []): ?string
|
||||
{
|
||||
if (empty($gemini))
|
||||
if (empty($data))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user