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:
@@ -3,6 +3,7 @@ namespace Adminer;
|
||||
|
||||
class Adminer {
|
||||
public $operators = array("<=", ">=");
|
||||
public $error = '';
|
||||
private $values = array();
|
||||
|
||||
function name() {
|
||||
|
Reference in New Issue
Block a user