Skip to content

Commit

Permalink
Apply fixup for documentation anchor as well
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Sep 22, 2014
1 parent 31792c8 commit d2fcf01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/Util.class.php
Expand Up @@ -444,6 +444,7 @@ public static function getMySQLDocuURL($link, $anchor = '')
{
// Fixup for newly used names:
$link = str_replace('_', '-', strtolower($link));
$anchor = str_replace('_', '-', strtolower($anchor));

if (empty($link)) {
$link = 'index';
Expand Down

0 comments on commit d2fcf01

Please sign in to comment.