Skip to content

Commit

Permalink
Can not use PMA_fatalError when including fails
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jan 26, 2016
1 parent 8023340 commit 215f4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/lib/common.inc.php
Original file line number Diff line number Diff line change
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 215f4a8

Please sign in to comment.