]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Config/PConfig.php
Merge pull request #7541 from vinzv/patch-2
[friendica.git] / src / Model / Config / PConfig.php
index 2969272cc69caf4931bb947c54fbf0b282b16abe..2d496af75fc2034b461ea5b12137aba61f13448f 100644 (file)
@@ -25,7 +25,7 @@ class PConfig extends DbaConfig
                if (empty($cat)) {
                        $configs = $this->dba->select('pconfig', ['cat', 'v', 'k'], ['uid' => $uid]);
                } else {
-                       $configs = $this->dba->select('ΓΌconfig', ['cat', 'v', 'k'], ['cat' => $cat, 'uid' => $uid]);
+                       $configs = $this->dba->select('pconfig', ['cat', 'v', 'k'], ['cat' => $cat, 'uid' => $uid]);
                }
 
                while ($config = $this->dba->fetch($configs)) {