diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-11-15 07:56:14 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-11-15 07:56:14 +0000 |
commit | 238d3e53f51c4408581b4961924120ac008a2ae4 (patch) | |
tree | 93ac07583b93af5012faaf84df614aa52124e688 /Postman/PostmanAdminController.php | |
parent | 54b5bf41553746d9a6a9cc3de0c61c654fda8153 (diff) | |
download | Post-SMTP-238d3e53f51c4408581b4961924120ac008a2ae4.zip |
* Fixed: IP detection error in some web hosts
* Fixed: Link open in new page attribute = _blank
* Fixed: Replace deprecated PHP 7 functions.
* Temp: Missconfigured certificate errors
* Updated: Validator TLD's list
Diffstat (limited to 'Postman/PostmanAdminController.php')
-rw-r--r-- | Postman/PostmanAdminController.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Postman/PostmanAdminController.php b/Postman/PostmanAdminController.php index c9d0c5d..9758b55 100644 --- a/Postman/PostmanAdminController.php +++ b/Postman/PostmanAdminController.php @@ -137,6 +137,8 @@ if ( ! class_exists( 'PostmanAdminController' ) ) { $this, 'postmanModifyLinksOnPluginsListPage', ) ); + + require_once( 'PostmanPluginFeedback.php' ); } /** |