Skip to content
Permalink
Browse files Browse the repository at this point in the history
Can not use PMA_fatalError when including fails
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jan 26, 2016
1 parent 85ccdbb commit 447c88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/lib/common.inc.php
Expand Up @@ -15,7 +15,7 @@
chdir('..');

if (!file_exists('./libraries/common.inc.php')) {
PMA_fatalError('Bad invocation!');
die('Bad invocation!');
}

require_once './libraries/common.inc.php';
Expand Down

0 comments on commit 447c88f

Please sign in to comment.