mirror of
https://github.com/danog/telerpc.git
synced 2024-11-30 04:38:57 +01:00
Fix
This commit is contained in:
parent
651cf64f1e
commit
f4ebed69d8
@ -209,12 +209,8 @@ final class Main
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (!isset(self::GLOBAL_CODES[$err])) {
|
if (!isset(self::GLOBAL_CODES[$err])) {
|
||||||
<<<<<<< HEAD
|
|
||||||
echo "Missing code for $err!\n";
|
|
||||||
=======
|
|
||||||
echo("Missing code for $err!\n");
|
echo("Missing code for $err!\n");
|
||||||
continue;
|
continue;
|
||||||
>>>>>>> d38130e (Fix)
|
|
||||||
}
|
}
|
||||||
$r[self::GLOBAL_CODES[$err]][$err] = [];
|
$r[self::GLOBAL_CODES[$err]][$err] = [];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user