fix Scrutinizer annotations

This commit is contained in:
Satoshi Sahara 2020-08-20 11:30:11 +09:00
parent bde2a644b7
commit 8128de6c97
2 changed files with 0 additions and 2 deletions

View File

@ -271,7 +271,6 @@ class Recent extends Ui
{
global $lang;
$id = $this->info['id'];
$diff = false;
if (isset($this->info['media'])) {
$revs = (new MediaChangeLog($id))->getRevisions(0, 1);

View File

@ -69,7 +69,6 @@ class action_plugin_authad extends DokuWiki_Action_Plugin
if ($pos === false) return;
// any default?
$dom = '';
if ($INPUT->has('u')) {
$usr = $auth->cleanUser($INPUT->str('u'));
$dom = $auth->getUserDomain($usr);