mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55: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,11 +140,13 @@ class About
|
||||||
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_PHP_GTK_INFO),
|
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_PHP_GTK_INFO),
|
||||||
sprintf(
|
sprintf(
|
||||||
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_PHP_GTK_META),
|
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_PHP_GTK_META),
|
||||||
|
strval(
|
||||||
phpversion(
|
phpversion(
|
||||||
basename(
|
basename(
|
||||||
$this::DIALOG_FORMAT_SECONDARY_MARKUP_PHP_GTK_HREF
|
$this::DIALOG_FORMAT_SECONDARY_MARKUP_PHP_GTK_HREF
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
)
|
||||||
),
|
),
|
||||||
null,
|
null,
|
||||||
// GTK
|
// GTK
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue