mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 07:06:45 +02:00
Typo (bug #3366317)
This commit is contained in:
@@ -24,7 +24,7 @@ class AdminerSlugify {
|
||||
if (!isset($slugify)) {
|
||||
$slugify = array();
|
||||
$prev = null;
|
||||
foreach (fields($table) as $name => $field) {
|
||||
foreach (fields($table) as $name => $val) {
|
||||
if ($prev && ereg('(^|_)slug(_|$)', $name)) {
|
||||
$slugify[$prev] = $name;
|
||||
}
|
||||
|
Reference in New Issue
Block a user