2 fixes
authorgggeek <giunta.gaetano@gmail.com>
Sat, 4 Feb 2023 13:27:43 +0000 (13:27 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 4 Feb 2023 13:27:43 +0000 (13:27 +0000)
.github/workflows/ci.yaml
lib/xmlrpcs.inc

index 8872435..1910258 100644 (file)
@@ -134,6 +134,6 @@ jobs:
                     #ls -ltr /var/log
                     #ls -ltr /var/log/apache2
                     if [ -d /var/log/privoxy ]; then sudo cat /var/log/privoxy/*; fi
-                    if [ -d /var/log/apache2 ]; thensudo cat /var/log/apache2/error.log; fi
+                    if [ -d /var/log/apache2 ]; then sudo cat /var/log/apache2/error.log; fi
                     if [ -d /var/log/apache2 ]; then sudo cat /var/log/apache2/other_vhosts_access.log; fi
                     sudo cat /var/log/php*.log
index cf5a88b..c2c41da 100644 (file)
@@ -63,7 +63,7 @@ class xmlrpc_server extends Server
      * @param string $name
      * @return mixed
      */
-    public function __get($name)
+    public function &__get($name)
     {
         switch($name) {
             case 'dmap':