]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/PoToPhp.php
Merge pull request #6746 from nupplaphil/issue/6338-notices
[friendica.git] / src / Core / Console / PoToPhp.php
index c492f7424c0d8711e8868d69e602131c1db705a9..d539eae5b6a3f221317fbe5cb58ccff1f5664889 100644 (file)
@@ -47,8 +47,6 @@ HELP;
                        throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments');
                }
 
-               $a = \get_app();
-
                $pofile = realpath($this->getArgument(0));
 
                if (!file_exists($pofile)) {
@@ -106,7 +104,6 @@ HELP;
                                }
 
                                if ($inv) {
-                                       $inv = false;
                                        $out .= '"' . $v . '"';
                                }
 
@@ -179,7 +176,6 @@ HELP;
                }
 
                if ($inv) {
-                       $inv = false;
                        $out .= '"' . $v . '"';
                }