summaryrefslogtreecommitdiff
path: root/app/Module/BatchUpdateModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/BatchUpdateModule.php')
-rw-r--r--app/Module/BatchUpdateModule.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/Module/BatchUpdateModule.php b/app/Module/BatchUpdateModule.php
index cb7ea3a1de..df551c793d 100644
--- a/app/Module/BatchUpdateModule.php
+++ b/app/Module/BatchUpdateModule.php
@@ -188,7 +188,7 @@ class BatchUpdateModule extends AbstractModule implements ModuleConfigInterface
echo $this->getJavascript();
echo Bootstrap4::breadcrumbs([
- 'admin.php' => I18N::translate('Control panel'),
+ 'admin.php' => I18N::translate('Control panel'),
'admin_modules.php' => I18N::translate('Module administration'),
], $controller->getPageTitle());
?>
@@ -337,8 +337,7 @@ class BatchUpdateModule extends AbstractModule implements ModuleConfigInterface
break;
}
}
- $this->all_xrefs =
- Database::prepare(implode(' UNION ', $sql) . ' ORDER BY 1 ASC')
+ $this->all_xrefs = Database::prepare(implode(' UNION ', $sql) . ' ORDER BY 1 ASC')
->execute($vars)
->fetchAssoc();
}