Skip to content
Permalink
Browse files Browse the repository at this point in the history
Include common libraries in setup
We use PMA_fatalError which in turn needs Response and related objects.

Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jan 26, 2016
1 parent 7ffd8d6 commit 85ccdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/common.inc.php
Expand Up @@ -137,7 +137,7 @@
*/
require './libraries/Types.class.php';

if (! defined('PMA_MINIMUM_COMMON')) {
if (! defined('PMA_MINIMUM_COMMON') || defined('PMA_SETUP')) {
/**
* common functions
*/
Expand Down

0 comments on commit 85ccdbb

Please sign in to comment.