Skip to content

Commit bf8af87

Browse files
committed
#IP-1728 Fixed
Fix backported to version 4.7.0 from phpmyadmin/phpmyadmin@cf525c7
1 parent c8be39d commit bf8af87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Tracker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ static public function isTracked($dbname, $tablename)
127127
" AND table_name = '" . $GLOBALS['dbi']->escapeString($tablename) . "' " .
128128
" ORDER BY version DESC LIMIT 1";
129129

130-
$result = $GLOBALS['dbi']->fetchValue($sql_query);
130+
$result = $GLOBALS['dbi']->fetchValue($sql_query, 0, 0, $GLOBALS['controllink']);
131131

132132
return ($result == 1);
133133
}

0 commit comments

Comments
 (0)