Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
  • Loading branch information
liviuconcioiu committed Oct 29, 2022
1 parent e64d7e2 commit 73f6017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/classes/Config/SpecialSchemaLinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static function get(): array
{
global $cfg;

$defaultPage = './' . Util::getScriptNameForOption($cfg['DefaultTabTable'], 'database');
$defaultPage = './' . Util::getScriptNameForOption($cfg['DefaultTabDatabase'], 'database');

return [
'mysql' => [
Expand Down

0 comments on commit 73f6017

Please sign in to comment.