mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
make sure strval returned
This commit is contained in:
parent
b30a860e6d
commit
87154345ec
1 changed files with 5 additions and 3 deletions
|
|
@ -140,9 +140,11 @@ class About
|
|||
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_PHP_GTK_INFO),
|
||||
sprintf(
|
||||
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_PHP_GTK_META),
|
||||
phpversion(
|
||||
basename(
|
||||
$this::DIALOG_FORMAT_SECONDARY_MARKUP_PHP_GTK_HREF
|
||||
strval(
|
||||
phpversion(
|
||||
basename(
|
||||
$this::DIALOG_FORMAT_SECONDARY_MARKUP_PHP_GTK_HREF
|
||||
)
|
||||
)
|
||||
)
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue