Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/QA_4_8' into QA_4_8
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed May 7, 2018
2 parents 6aaaf10 + e6cc4fb commit efb51ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -12,6 +12,7 @@ phpMyAdmin - ChangeLog
- issue #14212 XML Export from single table throws fatal error
- issue #14239 Line and some other charts ignore result set order of values chosen for the x-axis
- issue #14260 Fixed configuration for DefaultLang and Lang
- issue #14264 Linking for 'Distinct values' broken

4.8.0.1 (2018-04-19)
- issue [security] Multiple CSRF vulnerabilities, See PMASA-2018-02
Expand Down
8 changes: 6 additions & 2 deletions libraries/classes/Display/Results.php
Expand Up @@ -5336,10 +5336,14 @@ private function _getRowData(
}

}

$tag_params = array('title' => $title);
if (strpos($class, 'grid_edit') !== false) {
$tag_params['class'] = 'ajax';
}
$result .= Util::linkOrButton(
'sql.php' . Url::getCommon($_url_params),
$message,
array('class' => 'ajax', 'title' => $title)
$message, $tag_params
);
}

Expand Down

0 comments on commit efb51ae

Please sign in to comment.