Fix use of old db

This commit is contained in:
osaajani 2019-11-04 18:23:11 +01:00
parent 628527c70f
commit 46ebd39c04
6 changed files with 54 additions and 48 deletions

View file

@ -84,7 +84,6 @@ namespace controllers\publics;
*/
public function edit()
{
global $db;
$ids = $_GET['ids'] ?? [];
$commands = $this->internal_command->gets($ids);