]> 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 5147f6aafe73adfe38fec1d92b99847ef49d221a..3c5a1a4c8cb865444b9a00cb7ac5e89544c3618b 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 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.shipsimu.org
  * @todo               Out-dated since 0.6-BETA
@@ -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!