summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-04-09 10:31:20 +0300
committerAndrew Dolgov <[email protected]>2023-04-09 10:31:20 +0300
commit028bb846d9df932e085ddd91addb6a8879c2fa8e (patch)
treed7472b0e6bec38d87361c8eba4d9b259241e97e6
parent31ef788e02339452fa6241277e17f85067c33ba0 (diff)
parentae27d51197ec4bc9f087661ea1fd1d9a57b51f7d (diff)
Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss
-rw-r--r--classes/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/config.php b/classes/config.php
index a865266ca..dee6caa38 100644
--- a/classes/config.php
+++ b/classes/config.php
@@ -316,7 +316,7 @@ class Config {
$this->version["status"] = -1;
if (PHP_OS === "Darwin") {
- $ttrss_version["version"] = "UNKNOWN (Unsupported, Darwin)";
+ $this->version["version"] = "UNKNOWN (Unsupported, Darwin)";
} else if (file_exists("$root_dir/version_static.txt")) {
$this->version["version"] = trim(file_get_contents("$root_dir/version_static.txt")) . " (Unsupported)";
} else if (ini_get("open_basedir")) {