Skip to content

Commit

Permalink
Use include instead of include_once to force load.
Browse files Browse the repository at this point in the history
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
  • Loading branch information
Tithugues committed Sep 12, 2015
1 parent 35583be commit 0233cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/common.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -1198,6 +1198,6 @@

if (! defined('PMA_MINIMUM_COMMON')) {
include_once 'libraries/config/messages.inc.php';
include_once 'libraries/config/user_preferences.forms.php';
include 'libraries/config/user_preferences.forms.php';
include_once 'libraries/config/page_settings.forms.php';
}

0 comments on commit 0233cc5

Please sign in to comment.