1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-10 16:44:17 +02:00

Notices: Declare Adminer::$error

This commit is contained in:
Jakub Vrana
2025-03-24 06:17:38 +01:00
parent 9b84908b99
commit 8cec1bd611
3 changed files with 3 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ namespace Adminer;
class Adminer {
public $operators = array("<=", ">=");
public $error = '';
private $values = array();
function name() {