mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
fix var name
This commit is contained in:
parent
d6ccfd2ab3
commit
33088beec1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue