]> git.mxchange.org Git - core.git/blobdiff - inc/classes/third_party/api/wernisportal/class_WernisApi.php
Opps, forgot this.
[core.git] / inc / classes / third_party / api / wernisportal / class_WernisApi.php
index 9e863a6afe62499501f207794373c748bd215e57..3c5a1a4c8cb865444b9a00cb7ac5e89544c3618b 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * Class for connecting to the Wernis-Portal at http://www.wds66.com
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               Out-dated since 0.6-BETA
  *
  * This program is free software: you can redistribute it and/or modify
@@ -181,7 +181,7 @@ class WernisApi extends BaseFrameworkSystem {
        }
 
        // Sends out a request to the API and returns it's result
-       private function sendRequest ($scriptName, array $requestData =  array()) {
+       private function sendRequest ($scriptName, array $requestData = array()) {
                // Is the requestData an array?
                if (!is_array($requestData)) {
                        // Then abort here!