]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - api/log.php
Move extra header where it should be
[irc/unrealircd/unrealircd-webpanel.git] / api / log.php
index 098d855511de4af16271d17dd499b732bce6ef26..7fbb90c4796e3275ce70c5bb77982171fb4041cd 100644 (file)
@@ -22,7 +22,7 @@ array_push($log_list,
     "!kick.REMOTE_CLIENT_KICK",
 );
 
-$response = $rpc->log()->getAll();
+$response = $rpc->log()->getAll($log_list);
 if ($response !== false)
 {
     /* Only supported in later UnrealIRCd versions */