diff --git a/src/Entity/Browser/Menu/Help/About.php b/src/Entity/Browser/Menu/Help/About.php index 8ac0eddd..e4fdeef5 100644 --- a/src/Entity/Browser/Menu/Help/About.php +++ b/src/Entity/Browser/Menu/Help/About.php @@ -86,8 +86,10 @@ class About basename( $package ), - InstalledVersions::getVersion( - $package + strval( + InstalledVersions::getVersion( + $package + ) ) ); }