mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Doc-comments: Fix type errors
This commit is contained in:
@@ -20,7 +20,7 @@ class AdminerSlugify {
|
||||
|
||||
function editInput($table, $field, $attrs, $value) {
|
||||
static $slugify;
|
||||
if (!$_GET["select"] && !$_GET["where"]) {
|
||||
if (!$_GET["select"] && !$_GET["where"] && $table) {
|
||||
if ($slugify === null) {
|
||||
$slugify = array();
|
||||
$prev = null;
|
||||
|
Reference in New Issue
Block a user